#C079C4

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

Shades of Orchid #C079C4

Tints of Orchid #C079C4

Color information

#C079C4 (or 0xC079C4) is unknown color: approx Orchid. HEX triplet: C0, 79 and C4. RGB value is (192,121,196). Sum of RGB (Red+Green+Blue) = 192+121+196=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #C079C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079C4 is #3F863B. Grayscale: #969696. Windows color (decimal): -4163132 or 12876224. OLE color: 12876224.

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

Color convert

RGB192121196-
CMYK0.020.3800.23
HSL296.8º38.86%62.16%-
HSV(B)296.8º38.27%76.86%-
XYZ38.5428.8755.77-
YUV150.78153.52157.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 121 (47.66% from 255) = 23.77%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=37.72%
G=23.77%
B=38.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921211960.020.3800.23296.838.8662.16
HexC079C4226017129273e
Octal3001713042460274514776
Binary1100000011110011100010010100110010111100101001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079C4; }

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

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

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

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

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

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

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

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