Html Css Color HEX #C981CB Orchid

📋 copy color: '#C981CB'

red 201 ◦ green 129 ◦ blue 203

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

Shades of Orchid #C981CB

Tints of Orchid #C981CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 37.71%
G = 24.2%
B = 38.09%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C981CB (or 0xC981CB) is known color: Orchid. HEX triplet: C9, 81 and CB. RGB value is (201,129,203). Sum of RGB (Red+Green+Blue) = 201+129+203=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #C981CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981CB is #367E34. Grayscale: #9E9E9E. Windows color (decimal): -3571253 or 13337033. OLE color: 13337033.

HSL color Cylindrical-coordinate representation of color #C981CB: hue angle of 298.38º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C981CB is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 129 203 -
CMYK 0.01 0.36 0 0.20
HSL 298.38º 0.42% 0.65% -
HSV(B) 298.38º 0.36% 0.8% -
XYZ 42.72 32.43 60.51 -
YUV 158.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 201 129 203 0.01 0.36 0 0.20 298.38 0.42 0.65
Hex C9 81 CB 1 24 0 14 12A 2A 41
Octal 311 201 313 1 44 0 24 452 52 101
Binary 11001001 10000001 11001011 1 100100 0 10100 100101010 101010 1000001

Color Harmonies of #C981CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981CB

Black with #C981CB

Text Example


Text Example

White with #C981CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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