Html Css Color HEX #D66ADC Orchid

📋 copy color: '#D66ADC'

red 214 ◦ green 106 ◦ blue 220

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

Shades of Orchid #D66ADC

Tints of Orchid #D66ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 39.63%
G = 19.63%
B = 40.74%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D66ADC (or 0xD66ADC) is known color: Orchid. HEX triplet: D6, 6A and DC. RGB value is (214,106,220). Sum of RGB (Red+Green+Blue) = 214+106+220=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #D66ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ADC is #299523. Grayscale: #969696. Windows color (decimal): -2725156 or 14445270. OLE color: 14445270.

HSL color Cylindrical-coordinate representation of color #D66ADC: hue angle of 296.84º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66ADC is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 106 220 -
CMYK 0.03 0.52 0 0.14
HSL 296.84º 0.62% 0.64% -
HSV(B) 296.84º 0.52% 0.86% -
XYZ 45.8 29.77 71.04 -
YUV 151.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 214 106 220 0.03 0.52 0 0.14 296.84 0.62 0.64
Hex D6 6A DC 3 34 0 E 129 3E 40
Octal 326 152 334 3 64 0 16 451 76 100
Binary 11010110 1101010 11011100 11 110100 0 1110 100101001 111110 1000000

Color Harmonies of #D66ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ADC

Black with #D66ADC

Text Example


Text Example

White with #D66ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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