Html Css Color HEX #C981CD Orchid

📋 copy color: '#C981CD'

red 201 ◦ green 129 ◦ blue 205

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

Shades of Orchid #C981CD

Tints of Orchid #C981CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 37.57%
G = 24.11%
B = 38.32%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C981CD (or 0xC981CD) is known color: Orchid. HEX triplet: C9, 81 and CD. RGB value is (201,129,205). Sum of RGB (Red+Green+Blue) = 201+129+205=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #C981CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981CD is #367E32. Grayscale: #9E9E9E. Windows color (decimal): -3571251 or 13468105. OLE color: 13468105.

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

Color convert

RGB 201 129 205 -
CMYK 0.02 0.37 0 0.20
HSL 296.84º 0.43% 0.65% -
HSV(B) 296.84º 0.37% 0.8% -
XYZ 42.96 32.53 61.77 -
YUV 159.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 201 129 205 0.02 0.37 0 0.20 296.84 0.43 0.65
Hex C9 81 CD 2 25 0 14 129 2B 41
Octal 311 201 315 2 45 0 24 451 53 101
Binary 11001001 10000001 11001101 10 100101 0 10100 100101001 101011 1000001

Color Harmonies of #C981CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981CD

Black with #C981CD

Text Example


Text Example

White with #C981CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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