Html Css Color HEX #C981BF Orchid

📋 copy color: '#C981BF'

red 201 ◦ green 129 ◦ blue 191

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

Shades of Orchid #C981BF

Tints of Orchid #C981BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 38.58%
G = 24.76%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C981BF (or 0xC981BF) is known color: Orchid. HEX triplet: C9, 81 and BF. RGB value is (201,129,191). Sum of RGB (Red+Green+Blue) = 201+129+191=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C981BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981BF is #367E40. Grayscale: #9D9D9D. Windows color (decimal): -3571265 or 12550601. OLE color: 12550601.

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

Color convert

RGB 201 129 191 -
CMYK 0 0.36 0.05 0.21
HSL 308.33º 0.4% 0.65% -
HSV(B) 308.33º 0.36% 0.79% -
XYZ 41.34 31.88 53.26 -
YUV 157.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 201 129 191 0 0.36 0.05 0.21 308.33 0.4 0.65
Hex C9 81 BF 0 24 5 15 134 28 41
Octal 311 201 277 0 44 5 25 464 50 101
Binary 11001001 10000001 10111111 0 100100 101 10101 100110100 101000 1000001

Color Harmonies of #C981BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981BF

Black with #C981BF

Text Example


Text Example

White with #C981BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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