#C265FE

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

Shades of Heliotrope #C265FE

Tints of Heliotrope #C265FE

Color information

#C265FE (or 0xC265FE) is unknown color: approx Heliotrope. HEX triplet: C2, 65 and FE. RGB value is (194,101,254). Sum of RGB (Red+Green+Blue) = 194+101+254=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #C265FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265FE is #3D9A01. Grayscale: #919191. Windows color (decimal): -4037122 or 16672194. OLE color: 16672194.

HSL color Cylindrical-coordinate representation of color #C265FE: hue angle of 276.47º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C265FE is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB194101254-
CMYK0.240.6000.00
HSL276.47º98.71%69.61%-
HSV(B)276.47º60.24%99.61%-
XYZ44.7927.9396.8-
YUV146.25188.81162.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.34%
GREEN value IS 101 (39.84% from 255) = 18.40%
BLUE value IS 254 (99.61% from 255) = 46.27%
R=35.34%
G=18.40%
B=46.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941012540.240.6000.00276.4798.7169.61
HexC265FE183C001146346
Octal302145376307400424143106
Binary11000010110010111111110110001111000010001010011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265FE; }

 p { color: rgb(194,101,254); }

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

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

 a { background-color: rgb(194,101,254); }

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

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

 span { border-color: rgb(194,101,254); }

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