Html Css Color HEX #D06ADD Orchid

📋 copy color: '#D06ADD'

red 208 ◦ green 106 ◦ blue 221

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

Shades of Orchid #D06ADD

Tints of Orchid #D06ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 38.88%
G = 19.81%
B = 41.31%

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

#D06ADD (or 0xD06ADD) is known color: Orchid. HEX triplet: D0, 6A and DD. RGB value is (208,106,221). Sum of RGB (Red+Green+Blue) = 208+106+221=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #D06ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ADD is #2F9522. Grayscale: #959595. Windows color (decimal): -3118371 or 14510800. OLE color: 14510800.

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

Color convert

RGB 208 106 221 -
CMYK 0.06 0.52 0 0.13
HSL 293.22º 0.63% 0.64% -
HSV(B) 293.22º 0.52% 0.87% -
XYZ 44.22 28.94 71.66 -
YUV 149.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 208 106 221 0.06 0.52 0 0.13 293.22 0.63 0.64
Hex D0 6A DD 6 34 0 D 125 3F 40
Octal 320 152 335 6 64 0 15 445 77 100
Binary 11010000 1101010 11011101 110 110100 0 1101 100100101 111111 1000000

Color Harmonies of #D06ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ADD

Black with #D06ADD

Text Example


Text Example

White with #D06ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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