#C95CFB

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

Shades of Heliotrope #C95CFB

Tints of Heliotrope #C95CFB

Color information

#C95CFB (or 0xC95CFB) is unknown color: approx Heliotrope. HEX triplet: C9, 5C and FB. RGB value is (201,92,251). Sum of RGB (Red+Green+Blue) = 201+92+251=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #C95CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CFB is #36A304. Grayscale: #8E8E8E. Windows color (decimal): -3580677 or 16473289. OLE color: 16473289.

HSL color Cylindrical-coordinate representation of color #C95CFB: hue angle of 281.13º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C95CFB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20192251-
CMYK0.200.6300.02
HSL281.13º95.21%67.25%-
HSV(B)281.13º63.35%98.43%-
XYZ45.3327.0494.1-
YUV142.72189.11169.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 92 (36.33% from 255) = 16.91%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=36.95%
G=16.91%
B=46.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201922510.200.6300.02281.1395.2167.25
HexC95CFB143F021195f43
Octal311134373247702431137103
Binary110010011011100111110111010011111101010001100110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95CFB; }

 p { color: rgb(201,92,251); }

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

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

 a { background-color: rgb(201,92,251); }

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

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

 span { border-color: rgb(201,92,251); }

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