Html Css Color HEX #D66ED5 Orchid

📋 copy color: '#D66ED5'

red 214 ◦ green 110 ◦ blue 213

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

Shades of Orchid #D66ED5

Tints of Orchid #D66ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 39.85%
G = 20.48%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D66ED5 (or 0xD66ED5) is known color: Orchid. HEX triplet: D6, 6E and D5. RGB value is (214,110,213). Sum of RGB (Red+Green+Blue) = 214+110+213=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ED5 is #29912A. Grayscale: #989898. Windows color (decimal): -2724139 or 13987542. OLE color: 13987542.

HSL color Cylindrical-coordinate representation of color #D66ED5: hue angle of 300.58º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66ED5 is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 213 -
CMYK 0 0.49 0.00 0.16
HSL 300.58º 0.56% 0.64% -
HSV(B) 300.58º 0.49% 0.84% -
XYZ 45.32 30.25 66.4 -
YUV 152.84 161.96 171.62 -
System Red Green Blue C M Y K H S L
Decimal 214 110 213 0 0.49 0.00 0.16 300.58 0.56 0.64
Hex D6 6E D5 0 31 0 10 12D 38 40
Octal 326 156 325 0 61 0 20 455 70 100
Binary 11010110 1101110 11010101 0 110001 0 10000 100101101 111000 1000000

Color Harmonies of #D66ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ED5

Black with #D66ED5

Text Example


Text Example

White with #D66ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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