#C07BEB

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

Shades of Heliotrope #C07BEB

Tints of Heliotrope #C07BEB

Color information

#C07BEB (or 0xC07BEB) is unknown color: approx Heliotrope. HEX triplet: C0, 7B and EB. RGB value is (192,123,235). Sum of RGB (Red+Green+Blue) = 192+123+235=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #C07BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BEB is #3F8414. Grayscale: #9C9C9C. Windows color (decimal): -4162581 or 15432640. OLE color: 15432640.

HSL color Cylindrical-coordinate representation of color #C07BEB: hue angle of 276.96º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07BEB is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192123235-
CMYK0.180.4800.08
HSL276.96º73.68%70.2%-
HSV(B)276.96º47.66%92.16%-
XYZ43.8231.3782.34-
YUV156.4172.36153.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 123 (48.44% from 255) = 22.36%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=34.91%
G=22.36%
B=42.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921232350.180.4800.08276.9673.6870.2
HexC07BEB1230081154a46
Octal3001733532260010425112106
Binary11000000111101111101011100101100000100010001010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07BEB; }

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

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

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

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

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

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

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

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