#C884FC

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

Shades of Heliotrope #C884FC

Tints of Heliotrope #C884FC

Color information

#C884FC (or 0xC884FC) is unknown color: approx Heliotrope. HEX triplet: C8, 84 and FC. RGB value is (200,132,252). Sum of RGB (Red+Green+Blue) = 200+132+252=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #C884FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884FC is #377B03. Grayscale: #A5A5A5. Windows color (decimal): -3635972 or 16549064. OLE color: 16549064.

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

Color convert

RGB200132252-
CMYK0.210.4800.01
HSL274º95.24%75.29%-
HSV(B)274º47.62%98.82%-
XYZ49.6435.8196.39-
YUV166.01176.53152.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.25%
GREEN value IS 132 (51.95% from 255) = 22.60%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=34.25%
G=22.60%
B=43.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001322520.210.4800.0127495.2475.29
HexC884FC1530011125f4b
Octal310204374256001422137113
Binary110010001000010011111100101011100000110001001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C884FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C884FC; }

 p { color: rgb(200,132,252); }

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

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

 a { background-color: rgb(200,132,252); }

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

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

 span { border-color: rgb(200,132,252); }

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