#C07ECA

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

Shades of Orchid #C07ECA

Tints of Orchid #C07ECA

Color information

#C07ECA (or 0xC07ECA) is unknown color: approx Orchid. HEX triplet: C0, 7E and CA. RGB value is (192,126,202). Sum of RGB (Red+Green+Blue) = 192+126+202=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #C07ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ECA is #3F8135. Grayscale: #9A9A9A. Windows color (decimal): -4161846 or 13270720. OLE color: 13270720.

HSL color Cylindrical-coordinate representation of color #C07ECA: hue angle of 292.11º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07ECA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192126202-
CMYK0.050.3800.21
HSL292.11º41.76%64.31%-
HSV(B)292.11º37.62%79.22%-
XYZ39.8630.3959.64-
YUV154.4154.87154.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 126 (49.61% from 255) = 24.23%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=36.92%
G=24.23%
B=38.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921262020.050.3800.21292.1141.7664.31
HexC07ECA5260151242a40
Octal30017631254602544452100
Binary110000001111110110010101011001100101011001001001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07ECA; }

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

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

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

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

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

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

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

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