Html Css Color HEX #D66CB5 Orchid

📋 copy color: '#D66CB5'

red 214 ◦ green 108 ◦ blue 181

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

Shades of Orchid #D66CB5

Tints of Orchid #D66CB5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 42.54%
G = 21.47%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D66CB5 (or 0xD66CB5) is known color: Orchid. HEX triplet: D6, 6C and B5. RGB value is (214,108,181). Sum of RGB (Red+Green+Blue) = 214+108+181=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CB5 is #29934A. Grayscale: #939393. Windows color (decimal): -2724683 or 11889878. OLE color: 11889878.

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

Color convert

RGB 214 108 181 -
CMYK 0 0.50 0.15 0.16
HSL 318.68º 0.56% 0.63% -
HSV(B) 318.68º 0.5% 0.84% -
XYZ 41.43 28.36 47.01 -
YUV 148.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 214 108 181 0 0.50 0.15 0.16 318.68 0.56 0.63
Hex D6 6C B5 0 32 F 10 13F 38 3F
Octal 326 154 265 0 62 17 20 477 70 77
Binary 11010110 1101100 10110101 0 110010 1111 10000 100111111 111000 111111

Color Harmonies of #D66CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CB5

Black with #D66CB5

Text Example


Text Example

White with #D66CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CB5; }

 p { color: rgb(214,108,181); }

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

background-color css

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

 a { background-color: rgb(214,108,181); }

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

border-color css

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

 span { border-color: rgb(214,108,181); }

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