#C985F3

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

Shades of Heliotrope #C985F3

Tints of Heliotrope #C985F3

Color information

#C985F3 (or 0xC985F3) is unknown color: approx Heliotrope. HEX triplet: C9, 85 and F3. RGB value is (201,133,243). Sum of RGB (Red+Green+Blue) = 201+133+243=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #C985F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985F3 is #367A0C. Grayscale: #A5A5A5. Windows color (decimal): -3570189 or 15959497. OLE color: 15959497.

HSL color Cylindrical-coordinate representation of color #C985F3: hue angle of 277.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C985F3 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201133243-
CMYK0.170.4500.05
HSL277.09º82.09%73.73%-
HSV(B)277.09º45.27%95.29%-
XYZ48.6535.6689.11-
YUV165.87171.53153.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.84%
GREEN value IS 133 (52.34% from 255) = 23.05%
BLUE value IS 243 (95.31% from 255) = 42.11%
R=34.84%
G=23.05%
B=42.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011332430.170.4500.05277.0982.0973.73
HexC985F3112D05115524a
Octal311205363215505425122112
Binary11001001100001011111001110001101101010110001010110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985F3; }

 p { color: rgb(201,133,243); }

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

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

 a { background-color: rgb(201,133,243); }

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

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

 span { border-color: rgb(201,133,243); }

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