#C05EFF

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

Shades of Heliotrope #C05EFF

Tints of Heliotrope #C05EFF

Color information

#C05EFF (or 0xC05EFF) is unknown color: approx Heliotrope. HEX triplet: C0, 5E and FF. RGB value is (192,94,255). Sum of RGB (Red+Green+Blue) = 192+94+255=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #C05EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EFF is #3FA100. Grayscale: #8D8D8D. Windows color (decimal): -4169985 or 16735936. OLE color: 16735936.

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

Color convert

RGB19294255-
CMYK0.250.6300
HSL276.52º100%68.43%-
HSV(B)276.52º63.14%100%-
XYZ43.7926.4397.4-
YUV141.66191.97163.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.49%
GREEN value IS 94 (37.11% from 255) = 17.38%
BLUE value IS 255 (100% from 255) = 47.13%
R=35.49%
G=17.38%
B=47.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192942550.250.6300276.5210068.43
HexC05EFF193F001156444
Octal300136377317700425144104
Binary11000000101111011111111110011111110010001010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05EFF; }

 p { color: rgb(192,94,255); }

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

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

 a { background-color: rgb(192,94,255); }

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

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

 span { border-color: rgb(192,94,255); }

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