#C279C7

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

Shades of Orchid #C279C7

Tints of Orchid #C279C7

Color information

#C279C7 (or 0xC279C7) is unknown color: approx Orchid. HEX triplet: C2, 79 and C7. RGB value is (194,121,199). Sum of RGB (Red+Green+Blue) = 194+121+199=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 199 - color contains mainly: blue. Hex color #C279C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279C7 is #3D8638. Grayscale: #979797. Windows color (decimal): -4032057 or 13072834. OLE color: 13072834.

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

Color convert

RGB194121199-
CMYK0.030.3900.22
HSL296.15º41.05%62.75%-
HSV(B)296.15º39.2%78.04%-
XYZ39.3929.2757.61-
YUV151.72154.68158.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 199 (78.12% from 255) = 38.72%
R=37.74%
G=23.54%
B=38.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941211990.030.3900.22296.1541.0562.75
HexC279C7327016128293f
Octal3021713073470264505177
Binary1100001011110011100011111100111010110100101000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C279C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C279C7; }

 p { color: rgb(194,121,199); }

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

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

 a { background-color: rgb(194,121,199); }

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

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

 span { border-color: rgb(194,121,199); }

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