Html Css Color HEX #D66EDD Orchid

📋 copy color: '#D66EDD'

red 214 ◦ green 110 ◦ blue 221

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

Shades of Orchid #D66EDD

Tints of Orchid #D66EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.18%

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

R = 39.27%
G = 20.18%
B = 40.55%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D66EDD (or 0xD66EDD) is known color: Orchid. HEX triplet: D6, 6E and DD. RGB value is (214,110,221). Sum of RGB (Red+Green+Blue) = 214+110+221=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #D66EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EDD is #299122. Grayscale: #999999. Windows color (decimal): -2724131 or 14511830. OLE color: 14511830.

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

Color convert

RGB 214 110 221 -
CMYK 0.03 0.50 0 0.13
HSL 296.22º 0.62% 0.65% -
HSV(B) 296.22º 0.5% 0.87% -
XYZ 46.36 30.67 71.88 -
YUV 153.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 214 110 221 0.03 0.50 0 0.13 296.22 0.62 0.65
Hex D6 6E DD 3 32 0 D 128 3E 41
Octal 326 156 335 3 62 0 15 450 76 101
Binary 11010110 1101110 11011101 11 110010 0 1101 100101000 111110 1000001

Color Harmonies of #D66EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EDD

Black with #D66EDD

Text Example


Text Example

White with #D66EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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