#c07ec8

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

Shades of Orchid #C07EC8

Tints of Orchid #C07EC8

Color information

#C07EC8 (or 0xC07EC8) is unknown color: approx Orchid. HEX triplet: C0, 7E and C8. RGB value is (192,126,200). Sum of RGB (Red+Green+Blue) = 192+126+200=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 200 - color contains mainly: blue. Hex color #C07EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EC8 is #3F8137. Grayscale: #999999. Windows color (decimal): -4161848 or 13139648. OLE color: 13139648.

HSL color Cylindrical-coordinate representation of color #C07EC8: hue angle of 293.51º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07EC8 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192126200-
CMYK0.040.3700.22
HSL293.51º40.22%63.92%-
HSV(B)293.51º37%78.43%-
XYZ39.6230.358.4-
YUV154.17153.87154.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 126 (49.61% from 255) = 24.32%
BLUE value IS 200 (78.52% from 255) = 38.61%
R=37.07%
G=24.32%
B=38.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921262000.040.3700.22293.5140.2263.92
HexC07EC84250161262840
Octal30017631044502644650100
Binary110000001111110110010001001001010101101001001101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07ec8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07ec8; }

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

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

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

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

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

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

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

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