#C080C7

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

Shades of Orchid #C080C7

Tints of Orchid #C080C7

Color information

#C080C7 (or 0xC080C7) is unknown color: approx Orchid. HEX triplet: C0, 80 and C7. RGB value is (192,128,199). Sum of RGB (Red+Green+Blue) = 192+128+199=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 199 - color contains mainly: blue. Hex color #C080C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080C7 is #3F7F38. Grayscale: #9B9B9B. Windows color (decimal): -4161337 or 13074624. OLE color: 13074624.

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

Color convert

RGB192128199-
CMYK0.040.3600.22
HSL294.08º38.8%64.12%-
HSV(B)294.08º35.68%78.04%-
XYZ39.7730.7757.88-
YUV155.23152.7154.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 199 (78.12% from 255) = 38.34%
R=36.99%
G=24.66%
B=38.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921281990.040.3600.22294.0838.864.12
HexC080C74240161262740
Octal30020030744402644647100
Binary1100000010000000110001111001001000101101001001101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080C7; }

 p { color: rgb(192,128,199); }

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

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

 a { background-color: rgb(192,128,199); }

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

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

 span { border-color: rgb(192,128,199); }

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