Html Css Color HEX #D06ADE Orchid

📋 copy color: '#D06ADE'

red 208 ◦ green 106 ◦ blue 222

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

Shades of Orchid #D06ADE

Tints of Orchid #D06ADE

RGB

 RED value IS 208 (81.64% from 255) = 38.81%

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

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

R = 38.81%
G = 19.78%
B = 41.42%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D06ADE (or 0xD06ADE) is known color: Orchid. HEX triplet: D0, 6A and DE. RGB value is (208,106,222). Sum of RGB (Red+Green+Blue) = 208+106+222=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #D06ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ADE is #2F9521. Grayscale: #959595. Windows color (decimal): -3118370 or 14576336. OLE color: 14576336.

HSL color Cylindrical-coordinate representation of color #D06ADE: hue angle of 292.76º 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 #D06ADE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 106 222 -
CMYK 0.06 0.52 0 0.13
HSL 292.76º 0.64% 0.64% -
HSV(B) 292.76º 0.52% 0.87% -
XYZ 44.35 28.99 72.37 -
YUV 149.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 208 106 222 0.06 0.52 0 0.13 292.76 0.64 0.64
Hex D0 6A DE 6 34 0 D 125 40 40
Octal 320 152 336 6 64 0 15 445 100 100
Binary 11010000 1101010 11011110 110 110100 0 1101 100100101 1000000 1000000

Color Harmonies of #D06ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ADE

Black with #D06ADE

Text Example


Text Example

White with #D06ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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