Html Css Color HEX #D06AC0 Orchid

📋 copy color: '#D06AC0'

red 208 ◦ green 106 ◦ blue 192

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

Shades of Orchid #D06AC0

Tints of Orchid #D06AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.94%

R = 41.11%
G = 20.95%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D06AC0 (or 0xD06AC0) is known color: Orchid. HEX triplet: D0, 6A and C0. RGB value is (208,106,192). Sum of RGB (Red+Green+Blue) = 208+106+192=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06AC0 is #2F953F. Grayscale: #929292. Windows color (decimal): -3118400 or 12610256. OLE color: 12610256.

HSL color Cylindrical-coordinate representation of color #D06AC0: hue angle of 309.41º 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 #D06AC0 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 106 192 -
CMYK 0 0.49 0.08 0.18
HSL 309.41º 0.52% 0.62% -
HSV(B) 309.41º 0.49% 0.82% -
XYZ 40.68 27.52 53.04 -
YUV 146.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 208 106 192 0 0.49 0.08 0.18 309.41 0.52 0.62
Hex D0 6A C0 0 31 8 12 135 34 3E
Octal 320 152 300 0 61 10 22 465 64 76
Binary 11010000 1101010 11000000 0 110001 1000 10010 100110101 110100 111110

Color Harmonies of #D06AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06AC0

Black with #D06AC0

Text Example


Text Example

White with #D06AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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