#C981CA

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

Shades of Orchid #C981CA

Tints of Orchid #C981CA

Color information

#C981CA (or 0xC981CA) is unknown color: approx Orchid. HEX triplet: C9, 81 and CA. RGB value is (201,129,202). Sum of RGB (Red+Green+Blue) = 201+129+202=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C981CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981CA is #367E35. Grayscale: #9E9E9E. Windows color (decimal): -3571254 or 13271497. OLE color: 13271497.

HSL color Cylindrical-coordinate representation of color #C981CA: hue angle of 299.18º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C981CA is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB201129202-
CMYK0.000.3600.21
HSL299.18º40.78%64.9%-
HSV(B)299.18º36.14%79.22%-
XYZ42.632.3859.88-
YUV158.85152.35158.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=37.78%
G=24.25%
B=37.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011292020.000.3600.21299.1840.7864.9
HexC981CA02401512b2941
Octal31120131204402545351101
Binary11001001100000011100101001001000101011001010111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981CA; }

 p { color: rgb(201,129,202); }

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

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

 a { background-color: rgb(201,129,202); }

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

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

 span { border-color: rgb(201,129,202); }

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