#C07AC7

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

Shades of Orchid #C07AC7

Tints of Orchid #C07AC7

Color information

#C07AC7 (or 0xC07AC7) is unknown color: approx Orchid. HEX triplet: C0, 7A and C7. RGB value is (192,122,199). Sum of RGB (Red+Green+Blue) = 192+122+199=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #C07AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AC7 is #3F8538. Grayscale: #979797. Windows color (decimal): -4162873 or 13073088. OLE color: 13073088.

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

Color convert

RGB192122199-
CMYK0.040.3900.22
HSL294.55º40.74%62.94%-
HSV(B)294.55º38.69%78.04%-
XYZ39.0129.2557.62-
YUV151.71154.69156.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 122 (48.05% from 255) = 23.78%
BLUE value IS 199 (78.12% from 255) = 38.79%
R=37.43%
G=23.78%
B=38.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921221990.040.3900.22294.5540.7462.94
HexC07AC7427016127293f
Octal3001723074470264475177
Binary11000000111101011000111100100111010110100100111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AC7; }

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

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

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

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

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

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

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

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