Html Css Color HEX #D66CBB Orchid

📋 copy color: '#D66CBB'

red 214 ◦ green 108 ◦ blue 187

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

Shades of Orchid #D66CBB

Tints of Orchid #D66CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 42.04%
G = 21.22%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D66CBB (or 0xD66CBB) is known color: Orchid. HEX triplet: D6, 6C and BB. RGB value is (214,108,187). Sum of RGB (Red+Green+Blue) = 214+108+187=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CBB is #299344. Grayscale: #949494. Windows color (decimal): -2724677 or 12283094. OLE color: 12283094.

HSL color Cylindrical-coordinate representation of color #D66CBB: hue angle of 315.28º 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 #D66CBB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 187 -
CMYK 0 0.50 0.13 0.16
HSL 315.28º 0.56% 0.63% -
HSV(B) 315.28º 0.5% 0.84% -
XYZ 42.06 28.61 50.32 -
YUV 148.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 214 108 187 0 0.50 0.13 0.16 315.28 0.56 0.63
Hex D6 6C BB 0 32 D 10 13B 38 3F
Octal 326 154 273 0 62 15 20 473 70 77
Binary 11010110 1101100 10111011 0 110010 1101 10000 100111011 111000 111111

Color Harmonies of #D66CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CBB

Black with #D66CBB

Text Example


Text Example

White with #D66CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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