Html Css Color HEX #C981D0 Orchid

📋 copy color: '#C981D0'

red 201 ◦ green 129 ◦ blue 208

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

Shades of Orchid #C981D0

Tints of Orchid #C981D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 37.36%
G = 23.98%
B = 38.66%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C981D0 (or 0xC981D0) is known color: Orchid. HEX triplet: C9, 81 and D0. RGB value is (201,129,208). Sum of RGB (Red+Green+Blue) = 201+129+208=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #C981D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981D0 is #367E2F. Grayscale: #9F9F9F. Windows color (decimal): -3571248 or 13664713. OLE color: 13664713.

HSL color Cylindrical-coordinate representation of color #C981D0: hue angle of 294.68º degrees, saturation: 0.46, 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 #C981D0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 129 208 -
CMYK 0.03 0.38 0 0.18
HSL 294.68º 0.46% 0.66% -
HSV(B) 294.68º 0.38% 0.82% -
XYZ 43.32 32.67 63.7 -
YUV 159.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 201 129 208 0.03 0.38 0 0.18 294.68 0.46 0.66
Hex C9 81 D0 3 26 0 12 127 2E 42
Octal 311 201 320 3 46 0 22 447 56 102
Binary 11001001 10000001 11010000 11 100110 0 10010 100100111 101110 1000010

Color Harmonies of #C981D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981D0

Black with #C981D0

Text Example


Text Example

White with #C981D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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