Html Css Color HEX #C981DB Orchid

📋 copy color: '#C981DB'

red 201 ◦ green 129 ◦ blue 219

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

Shades of Orchid #C981DB

Tints of Orchid #C981DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 36.61%
G = 23.5%
B = 39.89%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C981DB (or 0xC981DB) is known color: Orchid. HEX triplet: C9, 81 and DB. RGB value is (201,129,219). Sum of RGB (Red+Green+Blue) = 201+129+219=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #C981DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981DB is #367E24. Grayscale: #A0A0A0. Windows color (decimal): -3571237 or 14385609. OLE color: 14385609.

HSL color Cylindrical-coordinate representation of color #C981DB: hue angle of 288º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C981DB is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 129 219 -
CMYK 0.08 0.41 0 0.14
HSL 288º 0.56% 0.68% -
HSV(B) 288º 0.41% 0.86% -
XYZ 44.72 33.23 71.08 -
YUV 160.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 201 129 219 0.08 0.41 0 0.14 288 0.56 0.68
Hex C9 81 DB 8 29 0 E 120 38 44
Octal 311 201 333 10 51 0 16 440 70 104
Binary 11001001 10000001 11011011 1000 101001 0 1110 100100000 111000 1000100

Color Harmonies of #C981DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981DB

Black with #C981DB

Text Example


Text Example

White with #C981DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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