#C885FF

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

Shades of Heliotrope #C885FF

Tints of Heliotrope #C885FF

Color information

#C885FF (or 0xC885FF) is unknown color: approx Heliotrope. HEX triplet: C8, 85 and FF. RGB value is (200,133,255). Sum of RGB (Red+Green+Blue) = 200+133+255=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #C885FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885FF is #377A00. Grayscale: #A6A6A6. Windows color (decimal): -3635713 or 16745928. OLE color: 16745928.

HSL color Cylindrical-coordinate representation of color #C885FF: hue angle of 272.95º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C885FF is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200133255-
CMYK0.220.4800
HSL272.95º100%76.08%-
HSV(B)272.95º47.84%100%-
XYZ50.2636.2798.96-
YUV166.94177.7151.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.01%
GREEN value IS 133 (52.34% from 255) = 22.62%
BLUE value IS 255 (100% from 255) = 43.37%
R=34.01%
G=22.62%
B=43.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001332550.220.4800272.9510076.08
HexC885FF163000111644c
Octal310205377266000421144114
Binary110010001000010111111111101101100000010001000111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C885FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C885FF; }

 p { color: rgb(200,133,255); }

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

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

 a { background-color: rgb(200,133,255); }

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

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

 span { border-color: rgb(200,133,255); }

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