Html Css Color HEX #D66ED4 Orchid

📋 copy color: '#D66ED4'

red 214 ◦ green 110 ◦ blue 212

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

Shades of Orchid #D66ED4

Tints of Orchid #D66ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.55%

R = 39.93%
G = 20.52%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D66ED4 (or 0xD66ED4) is known color: Orchid. HEX triplet: D6, 6E and D4. RGB value is (214,110,212). Sum of RGB (Red+Green+Blue) = 214+110+212=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ED4 is #29912B. Grayscale: #989898. Windows color (decimal): -2724140 or 13922006. OLE color: 13922006.

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

Color convert

RGB 214 110 212 -
CMYK 0 0.49 0.01 0.16
HSL 301.15º 0.56% 0.64% -
HSV(B) 301.15º 0.49% 0.84% -
XYZ 45.19 30.2 65.73 -
YUV 152.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 214 110 212 0 0.49 0.01 0.16 301.15 0.56 0.64
Hex D6 6E D4 0 31 1 10 12D 38 40
Octal 326 156 324 0 61 1 20 455 70 100
Binary 11010110 1101110 11010100 0 110001 1 10000 100101101 111000 1000000

Color Harmonies of #D66ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ED4

Black with #D66ED4

Text Example


Text Example

White with #D66ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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