Html Css Color HEX #D66CD1 Orchid

📋 copy color: '#D66CD1'

red 214 ◦ green 108 ◦ blue 209

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

Shades of Orchid #D66CD1

Tints of Orchid #D66CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 40.3%
G = 20.34%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D66CD1 (or 0xD66CD1) is known color: Orchid. HEX triplet: D6, 6C and D1. RGB value is (214,108,209). Sum of RGB (Red+Green+Blue) = 214+108+209=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CD1 is #29932E. Grayscale: #969696. Windows color (decimal): -2724655 or 13724886. OLE color: 13724886.

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

Color convert

RGB 214 108 209 -
CMYK 0 0.50 0.02 0.16
HSL 302.83º 0.56% 0.63% -
HSV(B) 302.83º 0.5% 0.84% -
XYZ 44.6 29.62 63.69 -
YUV 151.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 214 108 209 0 0.50 0.02 0.16 302.83 0.56 0.63
Hex D6 6C D1 0 32 2 10 12F 38 3F
Octal 326 154 321 0 62 2 20 457 70 77
Binary 11010110 1101100 11010001 0 110010 10 10000 100101111 111000 111111

Color Harmonies of #D66CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CD1

Black with #D66CD1

Text Example


Text Example

White with #D66CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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