#C268F0

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

Shades of Heliotrope #C268F0

Tints of Heliotrope #C268F0

Color information

#C268F0 (or 0xC268F0) is unknown color: approx Heliotrope. HEX triplet: C2, 68 and F0. RGB value is (194,104,240). Sum of RGB (Red+Green+Blue) = 194+104+240=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #C268F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268F0 is #3D970F. Grayscale: #919191. Windows color (decimal): -4036368 or 15755458. OLE color: 15755458.

HSL color Cylindrical-coordinate representation of color #C268F0: hue angle of 279.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C268F0 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194104240-
CMYK0.190.5700.06
HSL279.71º81.93%67.45%-
HSV(B)279.71º56.67%94.12%-
XYZ42.9327.6685.51-
YUV146.41180.82161.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 104 (41.02% from 255) = 19.33%
BLUE value IS 240 (94.14% from 255) = 44.61%
R=36.06%
G=19.33%
B=44.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1941042400.190.5700.06279.7181.9367.45
HexC268F01339061185243
Octal302150360237106430122103
Binary1100001011010001111000010011111001011010001100010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268F0; }

 p { color: rgb(194,104,240); }

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

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

 a { background-color: rgb(194,104,240); }

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

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

 span { border-color: rgb(194,104,240); }

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