#C775EE

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

Shades of Heliotrope #C775EE

Tints of Heliotrope #C775EE

Color information

#C775EE (or 0xC775EE) is unknown color: approx Heliotrope. HEX triplet: C7, 75 and EE. RGB value is (199,117,238). Sum of RGB (Red+Green+Blue) = 199+117+238=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #C775EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C775EE is #388A11. Grayscale: #9A9A9A. Windows color (decimal): -3705362 or 15627719. OLE color: 15627719.

HSL color Cylindrical-coordinate representation of color #C775EE: hue angle of 280.66º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C775EE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199117238-
CMYK0.160.5100.07
HSL280.66º78.06%69.61%-
HSV(B)280.66º50.84%93.33%-
XYZ45.3531.0484.49-
YUV155.31174.67159.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.92%
GREEN value IS 117 (46.09% from 255) = 21.12%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=35.92%
G=21.12%
B=42.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991172380.160.5100.07280.6678.0669.61
HexC775EE1033071194e46
Octal307165356206307431116106
Binary1100011111101011110111010000110011011110001100110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775EE; }

 p { color: rgb(199,117,238); }

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

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

 a { background-color: rgb(199,117,238); }

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

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

 span { border-color: rgb(199,117,238); }

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