#C07BFF

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

Shades of Heliotrope #C07BFF

Tints of Heliotrope #C07BFF

Color information

#C07BFF (or 0xC07BFF) is unknown color: approx Heliotrope. HEX triplet: C0, 7B and FF. RGB value is (192,123,255). Sum of RGB (Red+Green+Blue) = 192+123+255=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #C07BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BFF is #3F8400. Grayscale: #9E9E9E. Windows color (decimal): -4162561 or 16743360. OLE color: 16743360.

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

Color convert

RGB192123255-
CMYK0.250.5200
HSL271.36º100%74.12%-
HSV(B)271.36º51.76%100%-
XYZ46.8732.5998.43-
YUV158.68182.36151.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 123 (48.44% from 255) = 21.58%
BLUE value IS 255 (100% from 255) = 44.74%
R=33.68%
G=21.58%
B=44.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921232550.250.5200271.3610074.12
HexC07BFF19340010f644a
Octal300173377316400417144112
Binary11000000111101111111111110011101000010000111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07BFF; }

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

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

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

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

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

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

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

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