Html Css Color HEX #C981D1 Orchid

📋 copy color: '#C981D1'

red 201 ◦ green 129 ◦ blue 209

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

Shades of Orchid #C981D1

Tints of Orchid #C981D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 37.29%
G = 23.93%
B = 38.78%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C981D1 (or 0xC981D1) is known color: Orchid. HEX triplet: C9, 81 and D1. RGB value is (201,129,209). Sum of RGB (Red+Green+Blue) = 201+129+209=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #C981D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981D1 is #367E2E. Grayscale: #9F9F9F. Windows color (decimal): -3571247 or 13730249. OLE color: 13730249.

HSL color Cylindrical-coordinate representation of color #C981D1: hue angle of 294º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C981D1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 129 209 -
CMYK 0.04 0.38 0 0.18
HSL 294º 0.47% 0.66% -
HSV(B) 294º 0.38% 0.82% -
XYZ 43.45 32.72 64.35 -
YUV 159.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 201 129 209 0.04 0.38 0 0.18 294 0.47 0.66
Hex C9 81 D1 4 26 0 12 126 2F 42
Octal 311 201 321 4 46 0 22 446 57 102
Binary 11001001 10000001 11010001 100 100110 0 10010 100100110 101111 1000010

Color Harmonies of #C981D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981D1

Black with #C981D1

Text Example


Text Example

White with #C981D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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