#C96BFC

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

Shades of Heliotrope #C96BFC

Tints of Heliotrope #C96BFC

Color information

#C96BFC (or 0xC96BFC) is unknown color: approx Heliotrope. HEX triplet: C9, 6B and FC. RGB value is (201,107,252). Sum of RGB (Red+Green+Blue) = 201+107+252=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #C96BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96BFC is #369403. Grayscale: #979797. Windows color (decimal): -3576836 or 16542665. OLE color: 16542665.

HSL color Cylindrical-coordinate representation of color #C96BFC: hue angle of 278.9º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C96BFC is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201107252-
CMYK0.200.5800.01
HSL278.9º96.03%70.39%-
HSV(B)278.9º57.54%98.82%-
XYZ46.9229.9695.41-
YUV151.64184.64163.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 107 (42.19% from 255) = 19.11%
BLUE value IS 252 (98.83% from 255) = 45%
R=35.89%
G=19.11%
B=45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011072520.200.5800.01278.996.0370.39
HexC96BFC143A011176046
Octal311153374247201427140106
Binary11001001110101111111100101001110100110001011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96BFC; }

 p { color: rgb(201,107,252); }

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

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

 a { background-color: rgb(201,107,252); }

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

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

 span { border-color: rgb(201,107,252); }

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