Html Css Color HEX #D66DDD Orchid

📋 copy color: '#D66DDD'

red 214 ◦ green 109 ◦ blue 221

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

Shades of Orchid #D66DDD

Tints of Orchid #D66DDD

RGB

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

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

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

R = 39.34%
G = 20.04%
B = 40.63%

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

#D66DDD (or 0xD66DDD) is known color: Orchid. HEX triplet: D6, 6D and DD. RGB value is (214,109,221). Sum of RGB (Red+Green+Blue) = 214+109+221=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #D66DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DDD is #299222. Grayscale: #989898. Windows color (decimal): -2724387 or 14511574. OLE color: 14511574.

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

Color convert

RGB 214 109 221 -
CMYK 0.03 0.51 0 0.13
HSL 296.25º 0.62% 0.65% -
HSV(B) 296.25º 0.51% 0.87% -
XYZ 46.25 30.45 71.85 -
YUV 153.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 214 109 221 0.03 0.51 0 0.13 296.25 0.62 0.65
Hex D6 6D DD 3 33 0 D 128 3E 41
Octal 326 155 335 3 63 0 15 450 76 101
Binary 11010110 1101101 11011101 11 110011 0 1101 100101000 111110 1000001

Color Harmonies of #D66DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DDD

Black with #D66DDD

Text Example


Text Example

White with #D66DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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