Html Css Color HEX #D66AD3 Orchid

📋 copy color: '#D66AD3'

red 214 ◦ green 106 ◦ blue 211

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

Shades of Orchid #D66AD3

Tints of Orchid #D66AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.74%

R = 40.3%
G = 19.96%
B = 39.74%

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

#D66AD3 (or 0xD66AD3) is known color: Orchid. HEX triplet: D6, 6A and D3. RGB value is (214,106,211). Sum of RGB (Red+Green+Blue) = 214+106+211=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66AD3 is #29952C. Grayscale: #959595. Windows color (decimal): -2725165 or 13855446. OLE color: 13855446.

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

Color convert

RGB 214 106 211 -
CMYK 0 0.50 0.01 0.16
HSL 301.67º 0.57% 0.63% -
HSV(B) 301.67º 0.5% 0.84% -
XYZ 44.64 29.31 64.93 -
YUV 150.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 214 106 211 0 0.50 0.01 0.16 301.67 0.57 0.63
Hex D6 6A D3 0 32 1 10 12E 39 3F
Octal 326 152 323 0 62 1 20 456 71 77
Binary 11010110 1101010 11010011 0 110010 1 10000 100101110 111001 111111

Color Harmonies of #D66AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66AD3

Black with #D66AD3

Text Example


Text Example

White with #D66AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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