Html Css Color HEX #D66DCE Orchid

📋 copy color: '#D66DCE'

red 214 ◦ green 109 ◦ blue 206

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

Shades of Orchid #D66DCE

Tints of Orchid #D66DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 40.45%
G = 20.6%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D66DCE (or 0xD66DCE) is known color: Orchid. HEX triplet: D6, 6D and CE. RGB value is (214,109,206). Sum of RGB (Red+Green+Blue) = 214+109+206=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DCE is #299231. Grayscale: #979797. Windows color (decimal): -2724402 or 13528534. OLE color: 13528534.

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

Color convert

RGB 214 109 206 -
CMYK 0 0.49 0.04 0.16
HSL 304.57º 0.56% 0.63% -
HSV(B) 304.57º 0.49% 0.84% -
XYZ 44.34 29.69 61.79 -
YUV 151.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 214 109 206 0 0.49 0.04 0.16 304.57 0.56 0.63
Hex D6 6D CE 0 31 4 10 131 38 3F
Octal 326 155 316 0 61 4 20 461 70 77
Binary 11010110 1101101 11001110 0 110001 100 10000 100110001 111000 111111

Color Harmonies of #D66DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DCE

Black with #D66DCE

Text Example


Text Example

White with #D66DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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