Html Css Color HEX #D66ED2 Orchid

📋 copy color: '#D66ED2'

red 214 ◦ green 110 ◦ blue 210

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

Shades of Orchid #D66ED2

Tints of Orchid #D66ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.33%

R = 40.07%
G = 20.6%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D66ED2 (or 0xD66ED2) is known color: Orchid. HEX triplet: D6, 6E and D2. RGB value is (214,110,210). Sum of RGB (Red+Green+Blue) = 214+110+210=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ED2 is #29912D. Grayscale: #989898. Windows color (decimal): -2724142 or 13790934. OLE color: 13790934.

HSL color Cylindrical-coordinate representation of color #D66ED2: hue angle of 302.31º 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 #D66ED2 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 210 -
CMYK 0 0.49 0.02 0.16
HSL 302.31º 0.56% 0.64% -
HSV(B) 302.31º 0.49% 0.84% -
XYZ 44.94 30.1 64.41 -
YUV 152.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 214 110 210 0 0.49 0.02 0.16 302.31 0.56 0.64
Hex D6 6E D2 0 31 2 10 12E 38 40
Octal 326 156 322 0 61 2 20 456 70 100
Binary 11010110 1101110 11010010 0 110001 10 10000 100101110 111000 1000000

Color Harmonies of #D66ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ED2

Black with #D66ED2

Text Example


Text Example

White with #D66ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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