#C282F2

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

Shades of Heliotrope #C282F2

Tints of Heliotrope #C282F2

Color information

#C282F2 (or 0xC282F2) is unknown color: approx Heliotrope. HEX triplet: C2, 82 and F2. RGB value is (194,130,242). Sum of RGB (Red+Green+Blue) = 194+130+242=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #C282F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C282F2 is #3D7D0D. Grayscale: #A1A1A1. Windows color (decimal): -4029710 or 15893186. OLE color: 15893186.

HSL color Cylindrical-coordinate representation of color #C282F2: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C282F2 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194130242-
CMYK0.200.4600.05
HSL274.29º81.16%72.94%-
HSV(B)274.29º46.28%94.9%-
XYZ46.2633.8588.1-
YUV161.9173.2150.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.28%
GREEN value IS 130 (51.17% from 255) = 22.97%
BLUE value IS 242 (94.92% from 255) = 42.76%
R=34.28%
G=22.97%
B=42.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941302420.200.4600.05274.2981.1672.94
HexC282F2142E051125149
Octal302202362245605422121111
Binary11000010100000101111001010100101110010110001001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282F2; }

 p { color: rgb(194,130,242); }

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

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

 a { background-color: rgb(194,130,242); }

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

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

 span { border-color: rgb(194,130,242); }

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