Html Css Color HEX #D084EC Heliotrope

📋 copy color: '#D084EC'

red 208 ◦ green 132 ◦ blue 236

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

Shades of Heliotrope #D084EC

Tints of Heliotrope #D084EC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.92%

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

R = 36.11%
G = 22.92%
B = 40.97%

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

#D084EC (or 0xD084EC) is known color: Heliotrope. HEX triplet: D0, 84 and EC. RGB value is (208,132,236). Sum of RGB (Red+Green+Blue) = 208+132+236=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #D084EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084EC is #2F7B13. Grayscale: #A6A6A6. Windows color (decimal): -3111700 or 15500496. OLE color: 15500496.

HSL color Cylindrical-coordinate representation of color #D084EC: hue angle of 283.85º 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 #D084EC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 132 236 -
CMYK 0.12 0.44 0 0.07
HSL 283.85º 0.73% 0.72% -
HSV(B) 283.85º 0.44% 0.93% -
XYZ 49.4 35.97 83.7 -
YUV 166.58 167.18 157.54 -
System Red Green Blue C M Y K H S L
Decimal 208 132 236 0.12 0.44 0 0.07 283.85 0.73 0.72
Hex D0 84 EC C 2C 0 7 11C 49 48
Octal 320 204 354 14 54 0 7 434 111 110
Binary 11010000 10000100 11101100 1100 101100 0 111 100011100 1001001 1001000

Color Harmonies of #D084EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084EC

Black with #D084EC

Text Example


Text Example

White with #D084EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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