Html Css Color HEX #D672CA Orchid

📋 copy color: '#D672CA'

red 214 ◦ green 114 ◦ blue 202

#D672CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D672CA

Tints of Orchid #D672CA

RGB

 RED value IS 214 (83.98% from 255) = 40.38%

 GREEN value IS 114 (44.92% from 255) = 21.51%

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 40.38%
G = 21.51%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D672CA (or 0xD672CA) is known color: Orchid. HEX triplet: D6, 72 and CA. RGB value is (214,114,202). Sum of RGB (Red+Green+Blue) = 214+114+202=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D672CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672CA is #298D35. Grayscale: #999999. Windows color (decimal): -2723126 or 13267670. OLE color: 13267670.

HSL color Cylindrical-coordinate representation of color #D672CA: hue angle of 307.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672CA is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 114 202 -
CMYK 0 0.47 0.06 0.16
HSL 307.2º 0.55% 0.64% -
HSV(B) 307.2º 0.47% 0.84% -
XYZ 44.41 30.6 59.44 -
YUV 153.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 214 114 202 0 0.47 0.06 0.16 307.2 0.55 0.64
Hex D6 72 CA 0 2F 6 10 133 37 40
Octal 326 162 312 0 57 6 20 463 67 100
Binary 11010110 1110010 11001010 0 101111 110 10000 100110011 110111 1000000

Color Harmonies of #D672CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672CA

Black with #D672CA

Text Example


Text Example

White with #D672CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672CA; }

 p { color: rgb(214,114,202); }

 H1.HeaderClassName
 {
   color: #D672CA;
 }
 .AnyTagClassName
 {
   color: #D672CA;
 }
</style>

background-color css

<style>
 a { background-color: #D672CA; }

 a { background-color: rgb(214,114,202); }

 div.DivClassName
 {
   background-color: #D672CA;
 }
 .BgClassName
 {
   background-color: #D672CA;
 }
</style>

border-color css

<style>
 span { border-color: #D672CA; }

 span { border-color: rgb(214,114,202); }

 td.TdClassName
 {
   border-color: #D672CA;
 }
 .TagClassName
 {
   border-color: #D672CA;
 }
</style>