#C185FD

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

Shades of Heliotrope #C185FD

Tints of Heliotrope #C185FD

Color information

#C185FD (or 0xC185FD) is unknown color: approx Heliotrope. HEX triplet: C1, 85 and FD. RGB value is (193,133,253). Sum of RGB (Red+Green+Blue) = 193+133+253=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #C185FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185FD is #3E7A02. Grayscale: #A4A4A4. Windows color (decimal): -4094467 or 16614849. OLE color: 16614849.

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

Color convert

RGB193133253-
CMYK0.240.4700.01
HSL270º96.77%75.69%-
HSV(B)270º47.43%99.22%-
XYZ48.1135.297.19-
YUV164.62177.88148.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 22.97%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=33.33%
G=22.97%
B=43.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931332530.240.4700.0127096.7775.69
HexC185FD182F0110e614c
Octal301205375305701416141114
Binary110000011000010111111101110001011110110000111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185FD; }

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

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

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

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

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

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

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

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