#C07CC7

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

Shades of Orchid #C07CC7

Tints of Orchid #C07CC7

Color information

#C07CC7 (or 0xC07CC7) is unknown color: approx Orchid. HEX triplet: C0, 7C and C7. RGB value is (192,124,199). Sum of RGB (Red+Green+Blue) = 192+124+199=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 199 - color contains mainly: blue. Hex color #C07CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CC7 is #3F8338. Grayscale: #989898. Windows color (decimal): -4162361 or 13073600. OLE color: 13073600.

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

Color convert

RGB192124199-
CMYK0.040.3800.22
HSL294.4º40.11%63.33%-
HSV(B)294.4º37.69%78.04%-
XYZ39.2529.7557.71-
YUV152.88154.03155.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 199 (78.12% from 255) = 38.64%
R=37.28%
G=24.08%
B=38.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921241990.040.3800.22294.440.1163.33
HexC07CC7426016126283f
Octal3001743074460264465077
Binary11000000111110011000111100100110010110100100110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CC7; }

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

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

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

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

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

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

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

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