#C079D4

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

Shades of Orchid #C079D4

Tints of Orchid #C079D4

Color information

#C079D4 (or 0xC079D4) is unknown color: approx Orchid. HEX triplet: C0, 79 and D4. RGB value is (192,121,212). Sum of RGB (Red+Green+Blue) = 192+121+212=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #C079D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079D4 is #3F862B. Grayscale: #989898. Windows color (decimal): -4163116 or 13924800. OLE color: 13924800.

HSL color Cylindrical-coordinate representation of color #C079D4: hue angle of 286.81º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C079D4 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192121212-
CMYK0.090.4300.17
HSL286.81º51.41%65.29%-
HSV(B)286.81º42.92%83.14%-
XYZ40.4629.6365.87-
YUV152.6161.52156.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 212 (83.20% from 255) = 40.38%
R=36.57%
G=23.05%
B=40.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921212120.090.4300.17286.8151.4165.29
HexC079D492B01111f3341
Octal300171324115302143763101
Binary1100000011110011101010010011010110100011000111111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C079D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C079D4; }

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

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

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

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

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

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

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

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