#C07DC0

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

Shades of Orchid #C07DC0

Tints of Orchid #C07DC0

Color information

#C07DC0 (or 0xC07DC0) is unknown color: approx Orchid. HEX triplet: C0, 7D and C0. RGB value is (192,125,192). Sum of RGB (Red+Green+Blue) = 192+125+192=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C07DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DC0 is #3F823F. Grayscale: #989898. Windows color (decimal): -4162112 or 12615104. OLE color: 12615104.

HSL color Cylindrical-coordinate representation of color #C07DC0: hue angle of 300º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07DC0 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192125192-
CMYK00.3500.25
HSL300º34.72%62.16%-
HSV(B)300º34.9%75.29%-
XYZ38.5929.6853.56-
YUV152.67150.2156.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 192 (75.39% from 255) = 37.72%
R=37.72%
G=24.56%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212519200.3500.2530034.7262.16
HexC07DC002301912c233e
Octal3001753000430314544376
Binary110000001111101110000000100011011001100101100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DC0; }

 p { color: rgb(192,125,192); }

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

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

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

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

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

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

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