#C182FD

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

Shades of Heliotrope #C182FD

Tints of Heliotrope #C182FD

Color information

#C182FD (or 0xC182FD) is unknown color: approx Heliotrope. HEX triplet: C1, 82 and FD. RGB value is (193,130,253). Sum of RGB (Red+Green+Blue) = 193+130+253=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #C182FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C182FD is #3E7D02. Grayscale: #A2A2A2. Windows color (decimal): -4095235 or 16614081. OLE color: 16614081.

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

Color convert

RGB193130253-
CMYK0.240.4900.01
HSL270.73º96.85%75.1%-
HSV(B)270.73º48.62%99.22%-
XYZ47.734.3997.05-
YUV162.86178.87149.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=33.51%
G=22.57%
B=43.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931302530.240.4900.01270.7396.8575.1
HexC182FD18310110f614b
Octal301202375306101417141113
Binary110000011000001011111101110001100010110000111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182FD; }

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

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

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

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

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

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

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

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