#C271CD

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

Shades of Orchid #C271CD

Tints of Orchid #C271CD

Color information

#C271CD (or 0xC271CD) is unknown color: approx Orchid. HEX triplet: C2, 71 and CD. RGB value is (194,113,205). Sum of RGB (Red+Green+Blue) = 194+113+205=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C271CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271CD is #3D8E32. Grayscale: #939393. Windows color (decimal): -4034099 or 13464002. OLE color: 13464002.

HSL color Cylindrical-coordinate representation of color #C271CD: hue angle of 292.83º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C271CD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194113205-
CMYK0.050.4500.20
HSL292.83º47.92%62.35%-
HSV(B)292.83º44.88%80.39%-
XYZ39.1727.6961.04-
YUV147.71160.34161.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=37.89%
G=22.07%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941132050.050.4500.20292.8347.9262.35
HexC271CD52D014125303e
Octal3021613155550244456076
Binary11000010111000111001101101101101010100100100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C271CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C271CD; }

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

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

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

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

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

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

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

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