#C971DA

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

Shades of Orchid #C971DA

Tints of Orchid #C971DA

Color information

#C971DA (or 0xC971DA) is unknown color: approx Orchid. HEX triplet: C9, 71 and DA. RGB value is (201,113,218). Sum of RGB (Red+Green+Blue) = 201+113+218=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #C971DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971DA is #368E25. Grayscale: #969696. Windows color (decimal): -3575334 or 14315977. OLE color: 14315977.

HSL color Cylindrical-coordinate representation of color #C971DA: hue angle of 290.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C971DA is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201113218-
CMYK0.080.4800.15
HSL290.29º58.66%64.9%-
HSV(B)290.29º48.17%85.49%-
XYZ42.6529.2969.74-
YUV151.28165.65163.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 113 (44.53% from 255) = 21.24%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=37.78%
G=21.24%
B=40.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011132180.080.4800.15290.2958.6664.9
HexC971DA8300F1223b41
Octal311161332106001744273101
Binary110010011110001110110101000110000011111001000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971DA; }

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

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

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

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

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

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

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

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