Html Css Color HEX #D66CDD Orchid

📋 copy color: '#D66CDD'

red 214 ◦ green 108 ◦ blue 221

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

Shades of Orchid #D66CDD

Tints of Orchid #D66CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 39.41%
G = 19.89%
B = 40.7%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D66CDD (or 0xD66CDD) is known color: Orchid. HEX triplet: D6, 6C and DD. RGB value is (214,108,221). Sum of RGB (Red+Green+Blue) = 214+108+221=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #D66CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CDD is #299322. Grayscale: #989898. Windows color (decimal): -2724643 or 14511318. OLE color: 14511318.

HSL color Cylindrical-coordinate representation of color #D66CDD: hue angle of 296.28º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66CDD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 108 221 -
CMYK 0.03 0.51 0 0.13
HSL 296.28º 0.62% 0.65% -
HSV(B) 296.28º 0.51% 0.87% -
XYZ 46.15 30.24 71.81 -
YUV 152.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 214 108 221 0.03 0.51 0 0.13 296.28 0.62 0.65
Hex D6 6C DD 3 33 0 D 128 3E 41
Octal 326 154 335 3 63 0 15 450 76 101
Binary 11010110 1101100 11011101 11 110011 0 1101 100101000 111110 1000001

Color Harmonies of #D66CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CDD

Black with #D66CDD

Text Example


Text Example

White with #D66CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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