Html Css Color HEX #D66AD6 Orchid

📋 copy color: '#D66AD6'

red 214 ◦ green 106 ◦ blue 214

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

Shades of Orchid #D66AD6

Tints of Orchid #D66AD6

RGB

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

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

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

R = 40.07%
G = 19.85%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D66AD6 (or 0xD66AD6) is known color: Orchid. HEX triplet: D6, 6A and D6. RGB value is (214,106,214). Sum of RGB (Red+Green+Blue) = 214+106+214=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D66AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AD6 is #299529. Grayscale: #969696. Windows color (decimal): -2725162 or 14052054. OLE color: 14052054.

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

Color convert

RGB 214 106 214 -
CMYK 0 0.50 0 0.16
HSL 300º 0.57% 0.63% -
HSV(B) 300º 0.5% 0.84% -
XYZ 45.02 29.46 66.93 -
YUV 150.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 214 106 214 0 0.50 0 0.16 300 0.57 0.63
Hex D6 6A D6 0 32 0 10 12C 39 3F
Octal 326 152 326 0 62 0 20 454 71 77
Binary 11010110 1101010 11010110 0 110010 0 10000 100101100 111001 111111

Color Harmonies of #D66AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66AD6

Black with #D66AD6

Text Example


Text Example

White with #D66AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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