Html Css Color HEX #D66AD5 Orchid

📋 copy color: '#D66AD5'

red 214 ◦ green 106 ◦ blue 213

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

Shades of Orchid #D66AD5

Tints of Orchid #D66AD5

RGB

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

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

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

R = 40.15%
G = 19.89%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D66AD5 (or 0xD66AD5) is known color: Orchid. HEX triplet: D6, 6A and D5. RGB value is (214,106,213). Sum of RGB (Red+Green+Blue) = 214+106+213=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AD5 is #29952A. Grayscale: #969696. Windows color (decimal): -2725163 or 13986518. OLE color: 13986518.

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

Color convert

RGB 214 106 213 -
CMYK 0 0.50 0.00 0.16
HSL 300.56º 0.57% 0.63% -
HSV(B) 300.56º 0.5% 0.84% -
XYZ 44.9 29.41 66.26 -
YUV 150.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 214 106 213 0 0.50 0.00 0.16 300.56 0.57 0.63
Hex D6 6A D5 0 32 0 10 12D 39 3F
Octal 326 152 325 0 62 0 20 455 71 77
Binary 11010110 1101010 11010101 0 110010 0 10000 100101101 111001 111111

Color Harmonies of #D66AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66AD5

Black with #D66AD5

Text Example


Text Example

White with #D66AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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