Html Css Color HEX #D06AD0 Orchid

📋 copy color: '#D06AD0'

red 208 ◦ green 106 ◦ blue 208

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

Shades of Orchid #D06AD0

Tints of Orchid #D06AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 39.85%
G = 20.31%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D06AD0 (or 0xD06AD0) is known color: Orchid. HEX triplet: D0, 6A and D0. RGB value is (208,106,208). Sum of RGB (Red+Green+Blue) = 208+106+208=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D06AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06AD0 is #2F952F. Grayscale: #939393. Windows color (decimal): -3118384 or 13658832. OLE color: 13658832.

HSL color Cylindrical-coordinate representation of color #D06AD0: hue angle of 300º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06AD0 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 106 208 -
CMYK 0 0.49 0 0.18
HSL 300º 0.52% 0.62% -
HSV(B) 300º 0.49% 0.82% -
XYZ 42.55 28.27 62.89 -
YUV 148.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 208 106 208 0 0.49 0 0.18 300 0.52 0.62
Hex D0 6A D0 0 31 0 12 12C 34 3E
Octal 320 152 320 0 61 0 22 454 64 76
Binary 11010000 1101010 11010000 0 110001 0 10010 100101100 110100 111110

Color Harmonies of #D06AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06AD0

Black with #D06AD0

Text Example


Text Example

White with #D06AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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