#D35CFF

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

Shades of Heliotrope #D35CFF

Tints of Heliotrope #D35CFF

Color information

#D35CFF (or 0xD35CFF) is unknown color: approx Heliotrope. HEX triplet: D3, 5C and FF. RGB value is (211,92,255). Sum of RGB (Red+Green+Blue) = 211+92+255=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #D35CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35CFF is #2CA300. Grayscale: #919191. Windows color (decimal): -2925313 or 16735443. OLE color: 16735443.

HSL color Cylindrical-coordinate representation of color #D35CFF: hue angle of 283.8º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D35CFF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21192255-
CMYK0.170.6400
HSL283.8º100%68.04%-
HSV(B)283.8º63.92%100%-
XYZ48.7428.7297.58-
YUV146.16189.42174.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 92 (36.33% from 255) = 16.49%
BLUE value IS 255 (100% from 255) = 45.70%
R=37.81%
G=16.49%
B=45.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal211922550.170.6400283.810068.04
HexD35CFF11400011c6444
Octal3231343772110000434144104
Binary110100111011100111111111000110000000010001110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35CFF; }

 p { color: rgb(211,92,255); }

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

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

 a { background-color: rgb(211,92,255); }

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

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

 span { border-color: rgb(211,92,255); }

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