#C07EC5

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

Shades of Orchid #C07EC5

Tints of Orchid #C07EC5

Color information

#C07EC5 (or 0xC07EC5) is unknown color: approx Orchid. HEX triplet: C0, 7E and C5. RGB value is (192,126,197). Sum of RGB (Red+Green+Blue) = 192+126+197=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 197 - color contains mainly: blue. Hex color #C07EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EC5 is #3F813A. Grayscale: #999999. Windows color (decimal): -4161851 or 12943040. OLE color: 12943040.

HSL color Cylindrical-coordinate representation of color #C07EC5: hue angle of 295.77º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07EC5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192126197-
CMYK0.030.3600.23
HSL295.77º37.97%63.33%-
HSV(B)295.77º36.04%77.25%-
XYZ39.2830.1656.57-
YUV153.83152.37155.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 197 (77.34% from 255) = 38.25%
R=37.28%
G=24.47%
B=38.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921261970.030.3600.23295.7737.9763.33
HexC07EC5324017128263f
Octal3001763053440274504677
Binary1100000011111101100010111100100010111100101000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07EC5; }

 p { color: rgb(192,126,197); }

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

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

 a { background-color: rgb(192,126,197); }

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

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

 span { border-color: rgb(192,126,197); }

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