#C07DC4

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

Shades of Orchid #C07DC4

Tints of Orchid #C07DC4

Color information

#C07DC4 (or 0xC07DC4) is unknown color: approx Orchid. HEX triplet: C0, 7D and C4. RGB value is (192,125,196). Sum of RGB (Red+Green+Blue) = 192+125+196=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #C07DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DC4 is #3F823B. Grayscale: #989898. Windows color (decimal): -4162108 or 12877248. OLE color: 12877248.

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

Color convert

RGB192125196-
CMYK0.020.3600.23
HSL296.62º37.57%62.94%-
HSV(B)296.62º36.22%76.86%-
XYZ39.0429.8655.93-
YUV153.13152.2155.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=37.43%
G=24.37%
B=38.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921251960.020.3600.23296.6237.5762.94
HexC07DC4224017129263f
Octal3001753042440274514677
Binary1100000011111011100010010100100010111100101001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DC4; }

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

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

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

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

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

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

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

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