#C282FD

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

Shades of Heliotrope #C282FD

Tints of Heliotrope #C282FD

Color information

#C282FD (or 0xC282FD) is unknown color: approx Heliotrope. HEX triplet: C2, 82 and FD. RGB value is (194,130,253). Sum of RGB (Red+Green+Blue) = 194+130+253=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #C282FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C282FD is #3D7D02. Grayscale: #A2A2A2. Windows color (decimal): -4029699 or 16614082. OLE color: 16614082.

HSL color Cylindrical-coordinate representation of color #C282FD: hue angle of 271.22º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C282FD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194130253-
CMYK0.230.4900.01
HSL271.22º96.85%75.1%-
HSV(B)271.22º48.62%99.22%-
XYZ47.9634.5397.06-
YUV163.16178.7150-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 130 (51.17% from 255) = 22.53%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=33.62%
G=22.53%
B=43.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941302530.230.4900.01271.2296.8575.1
HexC282FD17310110f614b
Octal302202375276101417141113
Binary110000101000001011111101101111100010110000111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282FD; }

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

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

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

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

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

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

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

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