Html Css Color HEX #D66ED9 Orchid

📋 copy color: '#D66ED9'

red 214 ◦ green 110 ◦ blue 217

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

Shades of Orchid #D66ED9

Tints of Orchid #D66ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.11%

R = 39.56%
G = 20.33%
B = 40.11%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D66ED9 (or 0xD66ED9) is known color: Orchid. HEX triplet: D6, 6E and D9. RGB value is (214,110,217). Sum of RGB (Red+Green+Blue) = 214+110+217=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #D66ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ED9 is #299126. Grayscale: #989898. Windows color (decimal): -2724135 or 14249686. OLE color: 14249686.

HSL color Cylindrical-coordinate representation of color #D66ED9: hue angle of 298.32º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66ED9 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 110 217 -
CMYK 0.01 0.49 0 0.15
HSL 298.32º 0.58% 0.64% -
HSV(B) 298.32º 0.49% 0.85% -
XYZ 45.83 30.46 69.11 -
YUV 153.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 214 110 217 0.01 0.49 0 0.15 298.32 0.58 0.64
Hex D6 6E D9 1 31 0 F 12A 3A 40
Octal 326 156 331 1 61 0 17 452 72 100
Binary 11010110 1101110 11011001 1 110001 0 1111 100101010 111010 1000000

Color Harmonies of #D66ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ED9

Black with #D66ED9

Text Example


Text Example

White with #D66ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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