#C07BFE

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

Shades of Heliotrope #C07BFE

Tints of Heliotrope #C07BFE

Color information

#C07BFE (or 0xC07BFE) is unknown color: approx Heliotrope. HEX triplet: C0, 7B and FE. RGB value is (192,123,254). Sum of RGB (Red+Green+Blue) = 192+123+254=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #C07BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BFE is #3F8401. Grayscale: #9E9E9E. Windows color (decimal): -4162562 or 16677824. OLE color: 16677824.

HSL color Cylindrical-coordinate representation of color #C07BFE: hue angle of 271.6º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C07BFE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192123254-
CMYK0.240.5200.00
HSL271.6º98.5%73.92%-
HSV(B)271.6º51.57%99.61%-
XYZ46.7132.5397.58-
YUV158.56181.86151.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 123 (48.44% from 255) = 21.62%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=33.74%
G=21.62%
B=44.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921232540.240.5200.00271.698.573.92
HexC07BFE183400110624a
Octal300173376306400420142112
Binary11000000111101111111110110001101000010001000011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07BFE; }

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

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

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

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

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

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

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

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