#C07CED

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

Shades of Heliotrope #C07CED

Tints of Heliotrope #C07CED

Color information

#C07CED (or 0xC07CED) is unknown color: approx Heliotrope. HEX triplet: C0, 7C and ED. RGB value is (192,124,237). Sum of RGB (Red+Green+Blue) = 192+124+237=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #C07CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07CED is #3F8312. Grayscale: #9C9C9C. Windows color (decimal): -4162323 or 15563968. OLE color: 15563968.

HSL color Cylindrical-coordinate representation of color #C07CED: hue angle of 276.11º degrees, saturation: 0.76, 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 #C07CED is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192124237-
CMYK0.190.4800.07
HSL276.11º75.84%70.78%-
HSV(B)276.11º47.68%92.94%-
XYZ44.2331.7483.92-
YUV157.21173.03152.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 124 (48.83% from 255) = 22.42%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=34.72%
G=22.42%
B=42.86%

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
Decimal1921242370.190.4800.07276.1175.8470.78
HexC07CED1330071144c47
Octal300174355236007424114107
Binary1100000011111001110110110011110000011110001010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CED; }

 p { color: rgb(192,124,237); }

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

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

 a { background-color: rgb(192,124,237); }

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

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

 span { border-color: rgb(192,124,237); }

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