Html Css Color HEX #D085EC Heliotrope

📋 copy color: '#D085EC'

red 208 ◦ green 133 ◦ blue 236

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

Shades of Heliotrope #D085EC

Tints of Heliotrope #D085EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.05%

 BLUE value IS 236 (92.58% from 255) = 40.9%

R = 36.05%
G = 23.05%
B = 40.9%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D085EC (or 0xD085EC) is known color: Heliotrope. HEX triplet: D0, 85 and EC. RGB value is (208,133,236). Sum of RGB (Red+Green+Blue) = 208+133+236=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #D085EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085EC is #2F7A13. Grayscale: #A6A6A6. Windows color (decimal): -3111444 or 15500752. OLE color: 15500752.

HSL color Cylindrical-coordinate representation of color #D085EC: hue angle of 283.69º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D085EC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 133 236 -
CMYK 0.12 0.44 0 0.07
HSL 283.69º 0.73% 0.72% -
HSV(B) 283.69º 0.44% 0.93% -
XYZ 49.54 36.24 83.74 -
YUV 167.17 166.85 157.12 -
System Red Green Blue C M Y K H S L
Decimal 208 133 236 0.12 0.44 0 0.07 283.69 0.73 0.72
Hex D0 85 EC C 2C 0 7 11C 49 48
Octal 320 205 354 14 54 0 7 434 111 110
Binary 11010000 10000101 11101100 1100 101100 0 111 100011100 1001001 1001000

Color Harmonies of #D085EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085EC

Black with #D085EC

Text Example


Text Example

White with #D085EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085EC; }

 p { color: rgb(208,133,236); }

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

background-color css

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

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

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

border-color css

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

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

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