#C267FA

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

Shades of Heliotrope #C267FA

Tints of Heliotrope #C267FA

Color information

#C267FA (or 0xC267FA) is unknown color: approx Heliotrope. HEX triplet: C2, 67 and FA. RGB value is (194,103,250). Sum of RGB (Red+Green+Blue) = 194+103+250=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #C267FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267FA is #3D9805. Grayscale: #929292. Windows color (decimal): -4036614 or 16410562. OLE color: 16410562.

HSL color Cylindrical-coordinate representation of color #C267FA: hue angle of 277.14º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C267FA is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194103250-
CMYK0.220.5900.02
HSL277.14º93.63%69.22%-
HSV(B)277.14º58.8%98.04%-
XYZ44.3528.0793.52-
YUV146.97186.15161.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 103 (40.62% from 255) = 18.83%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=35.47%
G=18.83%
B=45.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941032500.220.5900.02277.1493.6369.22
HexC267FA163B021155e45
Octal302147372267302425136105
Binary110000101100111111110101011011101101010001010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267FA; }

 p { color: rgb(194,103,250); }

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

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

 a { background-color: rgb(194,103,250); }

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

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

 span { border-color: rgb(194,103,250); }

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