Html Css Color HEX #D06EBA Orchid

📋 copy color: '#D06EBA'

red 208 ◦ green 110 ◦ blue 186

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

Shades of Orchid #D06EBA

Tints of Orchid #D06EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.83%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 41.27%
G = 21.83%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D06EBA (or 0xD06EBA) is known color: Orchid. HEX triplet: D0, 6E and BA. RGB value is (208,110,186). Sum of RGB (Red+Green+Blue) = 208+110+186=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EBA is #2F9145. Grayscale: #939393. Windows color (decimal): -3117382 or 12218064. OLE color: 12218064.

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

Color convert

RGB 208 110 186 -
CMYK 0 0.47 0.11 0.18
HSL 313.47º 0.51% 0.62% -
HSV(B) 313.47º 0.47% 0.82% -
XYZ 40.45 28.11 49.75 -
YUV 147.97 149.47 170.82 -
System Red Green Blue C M Y K H S L
Decimal 208 110 186 0 0.47 0.11 0.18 313.47 0.51 0.62
Hex D0 6E BA 0 2F B 12 139 33 3E
Octal 320 156 272 0 57 13 22 471 63 76
Binary 11010000 1101110 10111010 0 101111 1011 10010 100111001 110011 111110

Color Harmonies of #D06EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EBA

Black with #D06EBA

Text Example


Text Example

White with #D06EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EBA; }

 p { color: rgb(208,110,186); }

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

background-color css

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

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

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

border-color css

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

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

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