Html Css Color HEX #C981D9 Orchid

📋 copy color: '#C981D9'

red 201 ◦ green 129 ◦ blue 217

#C981D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C981D9

Tints of Orchid #C981D9

RGB

 RED value IS 201 (78.91% from 255) = 36.75%

 GREEN value IS 129 (50.78% from 255) = 23.58%

 BLUE value IS 217 (85.16% from 255) = 39.67%

R = 36.75%
G = 23.58%
B = 39.67%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C981D9 (or 0xC981D9) is known color: Orchid. HEX triplet: C9, 81 and D9. RGB value is (201,129,217). Sum of RGB (Red+Green+Blue) = 201+129+217=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #C981D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981D9 is #367E26. Grayscale: #A0A0A0. Windows color (decimal): -3571239 or 14254537. OLE color: 14254537.

HSL color Cylindrical-coordinate representation of color #C981D9: hue angle of 289.09º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C981D9 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 129 217 -
CMYK 0.07 0.41 0 0.15
HSL 289.09º 0.54% 0.68% -
HSV(B) 289.09º 0.41% 0.85% -
XYZ 44.46 33.13 69.7 -
YUV 160.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 201 129 217 0.07 0.41 0 0.15 289.09 0.54 0.68
Hex C9 81 D9 7 29 0 F 121 36 44
Octal 311 201 331 7 51 0 17 441 66 104
Binary 11001001 10000001 11011001 111 101001 0 1111 100100001 110110 1000100

Color Harmonies of #C981D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981D9

Black with #C981D9

Text Example


Text Example

White with #C981D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981D9; }

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

 H1.HeaderClassName
 {
   color: #C981D9;
 }
 .AnyTagClassName
 {
   color: #C981D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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