Html Css Color HEX #D065EC Heliotrope

📋 copy color: '#D065EC'

red 208 ◦ green 101 ◦ blue 236

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

Shades of Heliotrope #D065EC

Tints of Heliotrope #D065EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.53%

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

R = 38.17%
G = 18.53%
B = 43.3%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D065EC (or 0xD065EC) is known color: Heliotrope. HEX triplet: D0, 65 and EC. RGB value is (208,101,236). Sum of RGB (Red+Green+Blue) = 208+101+236=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #D065EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065EC is #2F9A13. Grayscale: #939393. Windows color (decimal): -3119636 or 15492560. OLE color: 15492560.

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

Color convert

RGB 208 101 236 -
CMYK 0.12 0.57 0 0.07
HSL 287.56º 0.78% 0.66% -
HSV(B) 287.56º 0.57% 0.93% -
XYZ 45.81 28.77 82.5 -
YUV 148.38 177.45 170.52 -
System Red Green Blue C M Y K H S L
Decimal 208 101 236 0.12 0.57 0 0.07 287.56 0.78 0.66
Hex D0 65 EC C 39 0 7 120 4E 42
Octal 320 145 354 14 71 0 7 440 116 102
Binary 11010000 1100101 11101100 1100 111001 0 111 100100000 1001110 1000010

Color Harmonies of #D065EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065EC

Black with #D065EC

Text Example


Text Example

White with #D065EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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