#C271C8

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

Shades of Orchid #C271C8

Tints of Orchid #C271C8

Color information

#C271C8 (or 0xC271C8) is unknown color: approx Orchid. HEX triplet: C2, 71 and C8. RGB value is (194,113,200). Sum of RGB (Red+Green+Blue) = 194+113+200=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #C271C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271C8 is #3D8E37. Grayscale: #929292. Windows color (decimal): -4034104 or 13136322. OLE color: 13136322.

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

Color convert

RGB194113200-
CMYK0.030.4400.22
HSL295.86º44.16%61.37%-
HSV(B)295.86º43.5%78.43%-
XYZ38.5827.4557.91-
YUV147.14157.84161.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=38.26%
G=22.29%
B=39.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941132000.030.4400.22295.8644.1661.37
HexC271C832C0161282c3d
Octal3021613103540264505475
Binary1100001011100011100100011101100010110100101000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C271C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C271C8; }

 p { color: rgb(194,113,200); }

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

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

 a { background-color: rgb(194,113,200); }

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

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

 span { border-color: rgb(194,113,200); }

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