#C94BFF

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

Shades of Heliotrope #C94BFF

Tints of Heliotrope #C94BFF

Color information

#C94BFF (or 0xC94BFF) is unknown color: approx Heliotrope. HEX triplet: C9, 4B and FF. RGB value is (201,75,255). Sum of RGB (Red+Green+Blue) = 201+75+255=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C94BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C94BFF is #36B400. Grayscale: #848484. Windows color (decimal): -3585025 or 16731081. OLE color: 16731081.

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

Color convert

RGB20175255-
CMYK0.210.7100
HSL282º100%64.71%-
HSV(B)282º70.59%100%-
XYZ44.6524.6797.02-
YUV133.19196.74176.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.85%
GREEN value IS 75 (29.69% from 255) = 14.12%
BLUE value IS 255 (100% from 255) = 48.02%
R=37.85%
G=14.12%
B=48.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal201752550.210.710028210064.71
HexC94BFF15470011a6441
Octal3111133772510700432144101
Binary110010011001011111111111010110001110010001101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94BFF; }

 p { color: rgb(201,75,255); }

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

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

 a { background-color: rgb(201,75,255); }

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

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

 span { border-color: rgb(201,75,255); }

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