#C07BFB

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

Shades of Heliotrope #C07BFB

Tints of Heliotrope #C07BFB

Color information

#C07BFB (or 0xC07BFB) is unknown color: approx Heliotrope. HEX triplet: C0, 7B and FB. RGB value is (192,123,251). Sum of RGB (Red+Green+Blue) = 192+123+251=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #C07BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BFB is #3F8404. Grayscale: #9D9D9D. Windows color (decimal): -4162565 or 16481216. OLE color: 16481216.

HSL color Cylindrical-coordinate representation of color #C07BFB: hue angle of 272.34º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07BFB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192123251-
CMYK0.240.5100.02
HSL272.34º94.12%73.33%-
HSV(B)272.34º51%98.43%-
XYZ46.2332.3495.07-
YUV158.22180.36152.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 123 (48.44% from 255) = 21.73%
BLUE value IS 251 (98.44% from 255) = 44.35%
R=33.92%
G=21.73%
B=44.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921232510.240.5100.02272.3494.1273.33
HexC07BFB1833021105e49
Octal300173373306302420136111
Binary110000001111011111110111100011001101010001000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07BFB; }

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

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

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

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

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

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

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

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