#C971DC

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

Shades of Orchid #C971DC

Tints of Orchid #C971DC

Color information

#C971DC (or 0xC971DC) is unknown color: approx Orchid. HEX triplet: C9, 71 and DC. RGB value is (201,113,220). Sum of RGB (Red+Green+Blue) = 201+113+220=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #C971DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971DC is #368E23. Grayscale: #979797. Windows color (decimal): -3575332 or 14447049. OLE color: 14447049.

HSL color Cylindrical-coordinate representation of color #C971DC: hue angle of 289.35º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C971DC is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201113220-
CMYK0.090.4900.14
HSL289.35º60.45%65.29%-
HSV(B)289.35º48.64%86.27%-
XYZ42.9129.471.12-
YUV151.51166.65163.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 113 (44.53% from 255) = 21.16%
BLUE value IS 220 (86.33% from 255) = 41.20%
R=37.64%
G=21.16%
B=41.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011132200.090.4900.14289.3560.4565.29
HexC971DC9310E1213c41
Octal311161334116101644174101
Binary110010011110001110111001001110001011101001000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971DC; }

 p { color: rgb(201,113,220); }

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

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

 a { background-color: rgb(201,113,220); }

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

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

 span { border-color: rgb(201,113,220); }

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