#C05FFD

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

Shades of Heliotrope #C05FFD

Tints of Heliotrope #C05FFD

Color information

#C05FFD (or 0xC05FFD) is unknown color: approx Heliotrope. HEX triplet: C0, 5F and FD. RGB value is (192,95,253). Sum of RGB (Red+Green+Blue) = 192+95+253=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #C05FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FFD is #3FA002. Grayscale: #8D8D8D. Windows color (decimal): -4169731 or 16605120. OLE color: 16605120.

HSL color Cylindrical-coordinate representation of color #C05FFD: hue angle of 276.84º degrees, saturation: 0.98, 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 #C05FFD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19295253-
CMYK0.240.6200.01
HSL276.84º97.53%68.24%-
HSV(B)276.84º62.45%99.22%-
XYZ43.5626.4895.74-
YUV142.02190.64163.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 95 (37.5% from 255) = 17.59%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=35.56%
G=17.59%
B=46.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal192952530.240.6200.01276.8497.5368.24
HexC05FFD183E011156244
Octal300137375307601425142104
Binary11000000101111111111101110001111100110001010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FFD; }

 p { color: rgb(192,95,253); }

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

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

 a { background-color: rgb(192,95,253); }

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

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

 span { border-color: rgb(192,95,253); }

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