#C981C2

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

Shades of Orchid #C981C2

Tints of Orchid #C981C2

Color information

#C981C2 (or 0xC981C2) is unknown color: approx Orchid. HEX triplet: C9, 81 and C2. RGB value is (201,129,194). Sum of RGB (Red+Green+Blue) = 201+129+194=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C981C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981C2 is #367E3D. Grayscale: #9D9D9D. Windows color (decimal): -3571262 or 12747209. OLE color: 12747209.

HSL color Cylindrical-coordinate representation of color #C981C2: hue angle of 305.83º degrees, saturation: 0.4, 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 #C981C2 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB201129194-
CMYK00.360.030.21
HSL305.83º40%64.71%-
HSV(B)305.83º35.82%78.82%-
XYZ41.6832.0155.02-
YUV157.94148.35158.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=38.36%
G=24.62%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112919400.360.030.21305.834064.71
HexC981C20243151322841
Octal31120130204432546250101
Binary110010011000000111000010010010011101011001100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981C2; }

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

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

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

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

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

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

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

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