Html Css Color HEX #D66DCB Orchid

📋 copy color: '#D66DCB'

red 214 ◦ green 109 ◦ blue 203

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

Shades of Orchid #D66DCB

Tints of Orchid #D66DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.72%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 40.68%
G = 20.72%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D66DCB (or 0xD66DCB) is known color: Orchid. HEX triplet: D6, 6D and CB. RGB value is (214,109,203). Sum of RGB (Red+Green+Blue) = 214+109+203=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DCB is #299234. Grayscale: #969696. Windows color (decimal): -2724405 or 13331926. OLE color: 13331926.

HSL color Cylindrical-coordinate representation of color #D66DCB: hue angle of 306.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DCB is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 203 -
CMYK 0 0.49 0.05 0.16
HSL 306.29º 0.56% 0.63% -
HSV(B) 306.29º 0.49% 0.84% -
XYZ 43.98 29.55 59.88 -
YUV 151.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 214 109 203 0 0.49 0.05 0.16 306.29 0.56 0.63
Hex D6 6D CB 0 31 5 10 132 38 3F
Octal 326 155 313 0 61 5 20 462 70 77
Binary 11010110 1101101 11001011 0 110001 101 10000 100110010 111000 111111

Color Harmonies of #D66DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DCB

Black with #D66DCB

Text Example


Text Example

White with #D66DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DCB; }

 p { color: rgb(214,109,203); }

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

background-color css

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

 a { background-color: rgb(214,109,203); }

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

border-color css

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

 span { border-color: rgb(214,109,203); }

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