Html Css Color HEX #D66ADE Orchid

📋 copy color: '#D66ADE'

red 214 ◦ green 106 ◦ blue 222

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

Shades of Orchid #D66ADE

Tints of Orchid #D66ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 39.48%
G = 19.56%
B = 40.96%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D66ADE (or 0xD66ADE) is known color: Orchid. HEX triplet: D6, 6A and DE. RGB value is (214,106,222). Sum of RGB (Red+Green+Blue) = 214+106+222=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #D66ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ADE is #299521. Grayscale: #979797. Windows color (decimal): -2725154 or 14576342. OLE color: 14576342.

HSL color Cylindrical-coordinate representation of color #D66ADE: hue angle of 295.86º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66ADE is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 106 222 -
CMYK 0.04 0.52 0 0.13
HSL 295.86º 0.64% 0.64% -
HSV(B) 295.86º 0.52% 0.87% -
XYZ 46.07 29.88 72.45 -
YUV 151.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 214 106 222 0.04 0.52 0 0.13 295.86 0.64 0.64
Hex D6 6A DE 4 34 0 D 128 40 40
Octal 326 152 336 4 64 0 15 450 100 100
Binary 11010110 1101010 11011110 100 110100 0 1101 100101000 1000000 1000000

Color Harmonies of #D66ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ADE

Black with #D66ADE

Text Example


Text Example

White with #D66ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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