Html Css Color HEX #C981C1 Orchid

📋 copy color: '#C981C1'

red 201 ◦ green 129 ◦ blue 193

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

Shades of Orchid #C981C1

Tints of Orchid #C981C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.9%

R = 38.43%
G = 24.67%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C981C1 (or 0xC981C1) is known color: Orchid. HEX triplet: C9, 81 and C1. RGB value is (201,129,193). Sum of RGB (Red+Green+Blue) = 201+129+193=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C981C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981C1 is #367E3E. Grayscale: #9D9D9D. Windows color (decimal): -3571263 or 12681673. OLE color: 12681673.

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

Color convert

RGB 201 129 193 -
CMYK 0 0.36 0.04 0.21
HSL 306.67º 0.4% 0.65% -
HSV(B) 306.67º 0.36% 0.79% -
XYZ 41.56 31.97 54.43 -
YUV 157.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 201 129 193 0 0.36 0.04 0.21 306.67 0.4 0.65
Hex C9 81 C1 0 24 4 15 133 28 41
Octal 311 201 301 0 44 4 25 463 50 101
Binary 11001001 10000001 11000001 0 100100 100 10101 100110011 101000 1000001

Color Harmonies of #C981C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981C1

Black with #C981C1

Text Example


Text Example

White with #C981C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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