#C571DD

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

Shades of Orchid #C571DD

Tints of Orchid #C571DD

Color information

#C571DD (or 0xC571DD) is unknown color: approx Orchid. HEX triplet: C5, 71 and DD. RGB value is (197,113,221). Sum of RGB (Red+Green+Blue) = 197+113+221=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #C571DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571DD is #3A8E22. Grayscale: #969696. Windows color (decimal): -3837475 or 14512581. OLE color: 14512581.

HSL color Cylindrical-coordinate representation of color #C571DD: hue angle of 286.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C571DD is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197113221-
CMYK0.110.4900.13
HSL286.67º61.36%65.49%-
HSV(B)286.67º48.87%86.67%-
XYZ41.9828.971.77-
YUV150.43167.83161.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 113 (44.53% from 255) = 21.28%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=37.10%
G=21.28%
B=41.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971132210.110.4900.13286.6761.3665.49
HexC571DDB310D11f3d41
Octal305161335136101543775101
Binary110001011110001110111011011110001011011000111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C571DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C571DD; }

 p { color: rgb(197,113,221); }

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

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

 a { background-color: rgb(197,113,221); }

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

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

 span { border-color: rgb(197,113,221); }

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