#C261FC

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

Shades of Heliotrope #C261FC

Tints of Heliotrope #C261FC

Color information

#C261FC (or 0xC261FC) is unknown color: approx Heliotrope. HEX triplet: C2, 61 and FC. RGB value is (194,97,252). Sum of RGB (Red+Green+Blue) = 194+97+252=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #C261FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C261FC is #3D9E03. Grayscale: #8F8F8F. Windows color (decimal): -4038148 or 16540098. OLE color: 16540098.

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

Color convert

RGB19497252-
CMYK0.230.6200.01
HSL277.55º96.27%68.43%-
HSV(B)277.55º61.51%98.82%-
XYZ44.0927.0594.99-
YUV143.67189.14163.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 97 (38.28% from 255) = 17.86%
BLUE value IS 252 (98.83% from 255) = 46.41%
R=35.73%
G=17.86%
B=46.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal194972520.230.6200.01277.5596.2768.43
HexC261FC173E011166044
Octal302141374277601426140104
Binary11000010110000111111100101111111100110001011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C261FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C261FC; }

 p { color: rgb(194,97,252); }

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

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

 a { background-color: rgb(194,97,252); }

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

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

 span { border-color: rgb(194,97,252); }

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