Html Css Color HEX #C981BC Orchid

📋 copy color: '#C981BC'

red 201 ◦ green 129 ◦ blue 188

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

Shades of Orchid #C981BC

Tints of Orchid #C981BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 38.8%
G = 24.9%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C981BC (or 0xC981BC) is known color: Orchid. HEX triplet: C9, 81 and BC. RGB value is (201,129,188). Sum of RGB (Red+Green+Blue) = 201+129+188=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C981BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981BC is #367E43. Grayscale: #9D9D9D. Windows color (decimal): -3571268 or 12353993. OLE color: 12353993.

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

Color convert

RGB 201 129 188 -
CMYK 0 0.36 0.06 0.21
HSL 310.83º 0.4% 0.65% -
HSV(B) 310.83º 0.36% 0.79% -
XYZ 41.01 31.75 51.54 -
YUV 157.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 201 129 188 0 0.36 0.06 0.21 310.83 0.4 0.65
Hex C9 81 BC 0 24 6 15 137 28 41
Octal 311 201 274 0 44 6 25 467 50 101
Binary 11001001 10000001 10111100 0 100100 110 10101 100110111 101000 1000001

Color Harmonies of #C981BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981BC

Black with #C981BC

Text Example


Text Example

White with #C981BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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