Html Css Color HEX #D66BBC Orchid

📋 copy color: '#D66BBC'

red 214 ◦ green 107 ◦ blue 188

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

Shades of Orchid #D66BBC

Tints of Orchid #D66BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 42.04%
G = 21.02%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D66BBC (or 0xD66BBC) is known color: Orchid. HEX triplet: D6, 6B and BC. RGB value is (214,107,188). Sum of RGB (Red+Green+Blue) = 214+107+188=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BBC is #299443. Grayscale: #949494. Windows color (decimal): -2724932 or 12348374. OLE color: 12348374.

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

Color convert

RGB 214 107 188 -
CMYK 0 0.50 0.12 0.16
HSL 314.58º 0.57% 0.63% -
HSV(B) 314.58º 0.5% 0.84% -
XYZ 42.07 28.44 50.85 -
YUV 148.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 214 107 188 0 0.50 0.12 0.16 314.58 0.57 0.63
Hex D6 6B BC 0 32 C 10 13B 39 3F
Octal 326 153 274 0 62 14 20 473 71 77
Binary 11010110 1101011 10111100 0 110010 1100 10000 100111011 111001 111111

Color Harmonies of #D66BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BBC

Black with #D66BBC

Text Example


Text Example

White with #D66BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BBC; }

 p { color: rgb(214,107,188); }

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

background-color css

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

 a { background-color: rgb(214,107,188); }

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

border-color css

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

 span { border-color: rgb(214,107,188); }

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