#C075EB

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

Shades of Heliotrope #C075EB

Tints of Heliotrope #C075EB

Color information

#C075EB (or 0xC075EB) is unknown color: approx Heliotrope. HEX triplet: C0, 75 and EB. RGB value is (192,117,235). Sum of RGB (Red+Green+Blue) = 192+117+235=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #C075EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075EB is #3F8A14. Grayscale: #989898. Windows color (decimal): -4164117 or 15431104. OLE color: 15431104.

HSL color Cylindrical-coordinate representation of color #C075EB: hue angle of 278.14º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C075EB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192117235-
CMYK0.180.5000.08
HSL278.14º74.68%69.02%-
HSV(B)278.14º50.21%92.16%-
XYZ43.0929.9382.1-
YUV152.88174.35155.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 117 (46.09% from 255) = 21.51%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=35.29%
G=21.51%
B=43.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921172350.180.5000.08278.1474.6869.02
HexC075EB1232081164b45
Octal3001653532262010426113105
Binary11000000111010111101011100101100100100010001011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C075EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C075EB; }

 p { color: rgb(192,117,235); }

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

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

 a { background-color: rgb(192,117,235); }

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

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

 span { border-color: rgb(192,117,235); }

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