#C981D0

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

Shades of Orchid #C981D0

Tints of Orchid #C981D0

Color information

#C981D0 (or 0xC981D0) is unknown color: approx Orchid. HEX triplet: C9, 81 and D0. RGB value is (201,129,208). Sum of RGB (Red+Green+Blue) = 201+129+208=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #C981D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981D0 is #367E2F. Grayscale: #9F9F9F. Windows color (decimal): -3571248 or 13664713. OLE color: 13664713.

HSL color Cylindrical-coordinate representation of color #C981D0: hue angle of 294.68º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C981D0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201129208-
CMYK0.030.3800.18
HSL294.68º45.66%66.08%-
HSV(B)294.68º37.98%81.57%-
XYZ43.3232.6763.7-
YUV159.53155.35157.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=37.36%
G=23.98%
B=38.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011292080.030.3800.18294.6845.6666.08
HexC981D03260121272e42
Octal31120132034602244756102
Binary110010011000000111010000111001100100101001001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981D0; }

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

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

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

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

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

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

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

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