#D35BEC

Color #D35BEC Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D35BEC

Tints of Heliotrope #D35BEC

Color information

#D35BEC (or 0xD35BEC) is unknown color: approx Heliotrope. HEX triplet: D3, 5B and EC. RGB value is (211,91,236). Sum of RGB (Red+Green+Blue) = 211+91+236=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #D35BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35BEC is #2CA413. Grayscale: #8E8E8E. Windows color (decimal): -2925588 or 15490003. OLE color: 15490003.

HSL color Cylindrical-coordinate representation of color #D35BEC: hue angle of 289.66º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35BEC is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21191236-
CMYK0.110.6100.07
HSL289.66º79.23%64.12%-
HSV(B)289.66º61.44%92.55%-
XYZ45.7527.3982.23-
YUV143.41180.26176.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 91 (35.94% from 255) = 16.91%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=39.22%
G=16.91%
B=43.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211912360.110.6100.07289.6679.2364.12
HexD35BECB3D071224f40
Octal323133354137507442117100
Binary110100111011011111011001011111101011110010001010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35BEC; }

 p { color: rgb(211,91,236); }

 H1.HeaderClassName
 {
   color: #D35BEC;
 }
 .AnyTagClassName
 {
   color: #D35BEC;
 }
</style>
background-color css

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

 a { background-color: rgb(211,91,236); }

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

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

 span { border-color: rgb(211,91,236); }

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