#C07CC4

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

Shades of Orchid #C07CC4

Tints of Orchid #C07CC4

Color information

#C07CC4 (or 0xC07CC4) is unknown color: approx Orchid. HEX triplet: C0, 7C and C4. RGB value is (192,124,196). Sum of RGB (Red+Green+Blue) = 192+124+196=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #C07CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CC4 is #3F833B. Grayscale: #989898. Windows color (decimal): -4162364 or 12876992. OLE color: 12876992.

HSL color Cylindrical-coordinate representation of color #C07CC4: hue angle of 296.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07CC4 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB192124196-
CMYK0.020.3700.23
HSL296.67º37.89%62.75%-
HSV(B)296.67º36.73%76.86%-
XYZ38.9129.6155.89-
YUV152.54152.53156.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 124 (48.83% from 255) = 24.22%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=37.5%
G=24.22%
B=38.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921241960.020.3700.23296.6737.8962.75
HexC07CC4225017129263f
Octal3001743042450274514677
Binary1100000011111001100010010100101010111100101001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CC4; }

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

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

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

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

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

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

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

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