Html Css Color HEX #D075EC Heliotrope

📋 copy color: '#D075EC'

red 208 ◦ green 117 ◦ blue 236

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

Shades of Heliotrope #D075EC

Tints of Heliotrope #D075EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.86%

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

R = 37.08%
G = 20.86%
B = 42.07%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D075EC (or 0xD075EC) is known color: Heliotrope. HEX triplet: D0, 75 and EC. RGB value is (208,117,236). Sum of RGB (Red+Green+Blue) = 208+117+236=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #D075EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D075EC is #2F8A13. Grayscale: #9D9D9D. Windows color (decimal): -3115540 or 15496656. OLE color: 15496656.

HSL color Cylindrical-coordinate representation of color #D075EC: hue angle of 285.88º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D075EC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 117 236 -
CMYK 0.12 0.50 0 0.07
HSL 285.88º 0.76% 0.69% -
HSV(B) 285.88º 0.5% 0.93% -
XYZ 47.51 32.19 83.07 -
YUV 157.78 172.15 163.82 -
System Red Green Blue C M Y K H S L
Decimal 208 117 236 0.12 0.50 0 0.07 285.88 0.76 0.69
Hex D0 75 EC C 32 0 7 11E 4C 45
Octal 320 165 354 14 62 0 7 436 114 105
Binary 11010000 1110101 11101100 1100 110010 0 111 100011110 1001100 1000101

Color Harmonies of #D075EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075EC

Black with #D075EC

Text Example


Text Example

White with #D075EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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