#C271CA

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

Shades of Orchid #C271CA

Tints of Orchid #C271CA

Color information

#C271CA (or 0xC271CA) is unknown color: approx Orchid. HEX triplet: C2, 71 and CA. RGB value is (194,113,202). Sum of RGB (Red+Green+Blue) = 194+113+202=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #C271CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271CA is #3D8E35. Grayscale: #939393. Windows color (decimal): -4034102 or 13267394. OLE color: 13267394.

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

Color convert

RGB194113202-
CMYK0.040.4400.21
HSL294.61º45.64%61.76%-
HSV(B)294.61º44.06%79.22%-
XYZ38.8127.5459.15-
YUV147.36158.84161.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=38.11%
G=22.20%
B=39.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941132020.040.4400.21294.6145.6461.76
HexC271CA42C0151272e3e
Octal3021613124540254475676
Binary11000010111000111001010100101100010101100100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C271CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C271CA; }

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

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

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

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

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

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

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

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