Html Css Color HEX #D66ADB Orchid

📋 copy color: '#D66ADB'

red 214 ◦ green 106 ◦ blue 219

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

Shades of Orchid #D66ADB

Tints of Orchid #D66ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 39.7%
G = 19.67%
B = 40.63%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D66ADB (or 0xD66ADB) is known color: Orchid. HEX triplet: D6, 6A and DB. RGB value is (214,106,219). Sum of RGB (Red+Green+Blue) = 214+106+219=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #D66ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ADB is #299524. Grayscale: #969696. Windows color (decimal): -2725157 or 14379734. OLE color: 14379734.

HSL color Cylindrical-coordinate representation of color #D66ADB: hue angle of 297.35º degrees, saturation: 0.61, 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 #D66ADB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 106 219 -
CMYK 0.02 0.52 0 0.14
HSL 297.35º 0.61% 0.64% -
HSV(B) 297.35º 0.52% 0.86% -
XYZ 45.67 29.72 70.35 -
YUV 151.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 214 106 219 0.02 0.52 0 0.14 297.35 0.61 0.64
Hex D6 6A DB 2 34 0 E 129 3D 40
Octal 326 152 333 2 64 0 16 451 75 100
Binary 11010110 1101010 11011011 10 110100 0 1110 100101001 111101 1000000

Color Harmonies of #D66ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ADB

Black with #D66ADB

Text Example


Text Example

White with #D66ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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