Html Css Color HEX #D66AD4 Orchid

📋 copy color: '#D66AD4'

red 214 ◦ green 106 ◦ blue 212

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

Shades of Orchid #D66AD4

Tints of Orchid #D66AD4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.92%

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

R = 40.23%
G = 19.92%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D66AD4 (or 0xD66AD4) is known color: Orchid. HEX triplet: D6, 6A and D4. RGB value is (214,106,212). Sum of RGB (Red+Green+Blue) = 214+106+212=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AD4 is #29952B. Grayscale: #969696. Windows color (decimal): -2725164 or 13920982. OLE color: 13920982.

HSL color Cylindrical-coordinate representation of color #D66AD4: hue angle of 301.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66AD4 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 212 -
CMYK 0 0.50 0.01 0.16
HSL 301.11º 0.57% 0.63% -
HSV(B) 301.11º 0.5% 0.84% -
XYZ 44.77 29.36 65.59 -
YUV 150.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 214 106 212 0 0.50 0.01 0.16 301.11 0.57 0.63
Hex D6 6A D4 0 32 1 10 12D 39 3F
Octal 326 152 324 0 62 1 20 455 71 77
Binary 11010110 1101010 11010100 0 110010 1 10000 100101101 111001 111111

Color Harmonies of #D66AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66AD4

Black with #D66AD4

Text Example


Text Example

White with #D66AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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