#C07CCC

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

Shades of Orchid #C07CCC

Tints of Orchid #C07CCC

Color information

#C07CCC (or 0xC07CCC) is unknown color: approx Orchid. HEX triplet: C0, 7C and CC. RGB value is (192,124,204). Sum of RGB (Red+Green+Blue) = 192+124+204=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C07CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CCC is #3F8333. Grayscale: #999999. Windows color (decimal): -4162356 or 13401280. OLE color: 13401280.

HSL color Cylindrical-coordinate representation of color #C07CCC: hue angle of 291º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07CCC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192124204-
CMYK0.060.3900.2
HSL291º43.96%64.31%-
HSV(B)291º39.22%80%-
XYZ39.8429.9860.81-
YUV153.45156.53155.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=36.92%
G=23.85%
B=39.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921242040.060.3900.229143.9664.31
HexC07CCC6270141232c40
Octal30017431464702444354100
Binary110000001111100110011001101001110101001001000111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CCC; }

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

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

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

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

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

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

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

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