#C07BEE

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

Shades of Heliotrope #C07BEE

Tints of Heliotrope #C07BEE

Color information

#C07BEE (or 0xC07BEE) is unknown color: approx Heliotrope. HEX triplet: C0, 7B and EE. RGB value is (192,123,238). Sum of RGB (Red+Green+Blue) = 192+123+238=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #C07BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BEE is #3F8411. Grayscale: #9C9C9C. Windows color (decimal): -4162578 or 15629248. OLE color: 15629248.

HSL color Cylindrical-coordinate representation of color #C07BEE: hue angle of 276º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07BEE is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192123238-
CMYK0.190.4800.07
HSL276º77.18%70.78%-
HSV(B)276º48.32%93.33%-
XYZ44.2531.5584.65-
YUV156.74173.86153.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 123 (48.44% from 255) = 22.24%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=34.72%
G=22.24%
B=43.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921232380.190.4800.0727677.1870.78
HexC07BEE1330071144d47
Octal300173356236007424115107
Binary1100000011110111110111010011110000011110001010010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07BEE; }

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

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

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

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

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

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

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

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