#c274c9

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

Shades of Orchid #C274C9

Tints of Orchid #C274C9

Color information

#C274C9 (or 0xC274C9) is unknown color: approx Orchid. HEX triplet: C2, 74 and C9. RGB value is (194,116,201). Sum of RGB (Red+Green+Blue) = 194+116+201=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #C274C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274C9 is #3D8B36. Grayscale: #949494. Windows color (decimal): -4033335 or 13202626. OLE color: 13202626.

HSL color Cylindrical-coordinate representation of color #C274C9: hue angle of 295.06º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C274C9 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194116201-
CMYK0.030.4200.21
HSL295.06º44.04%62.16%-
HSV(B)295.06º42.29%78.82%-
XYZ39.0428.1858.64-
YUV149.01157.34160.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 201 (78.91% from 255) = 39.33%
R=37.96%
G=22.70%
B=39.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941162010.030.4200.21295.0644.0462.16
HexC274C932A0151272c3e
Octal3021643113520254475476
Binary1100001011101001100100111101010010101100100111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c274c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c274c9; }

 p { color: rgb(194,116,201); }

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

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

 a { background-color: rgb(194,116,201); }

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

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

 span { border-color: rgb(194,116,201); }

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