#C07EC2

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

Shades of Orchid #C07EC2

Tints of Orchid #C07EC2

Color information

#C07EC2 (or 0xC07EC2) is unknown color: approx Orchid. HEX triplet: C0, 7E and C2. RGB value is (192,126,194). Sum of RGB (Red+Green+Blue) = 192+126+194=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #C07EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EC2 is #3F813D. Grayscale: #999999. Windows color (decimal): -4161854 or 12746432. OLE color: 12746432.

HSL color Cylindrical-coordinate representation of color #C07EC2: hue angle of 298.24º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07EC2 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192126194-
CMYK0.010.3500.24
HSL298.24º35.79%62.75%-
HSV(B)298.24º35.05%76.08%-
XYZ38.9430.0254.78-
YUV153.49150.87155.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 194 (76.17% from 255) = 37.89%
R=37.5%
G=24.61%
B=37.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921261940.010.3500.24298.2435.7962.75
HexC07EC212301812a243f
Octal3001763021430304524477
Binary110000001111110110000101100011011000100101010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07EC2; }

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

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

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

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

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

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

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

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