Html Css Color HEX #C981CF Orchid

📋 copy color: '#C981CF'

red 201 ◦ green 129 ◦ blue 207

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

Shades of Orchid #C981CF

Tints of Orchid #C981CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 37.43%
G = 24.02%
B = 38.55%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C981CF (or 0xC981CF) is known color: Orchid. HEX triplet: C9, 81 and CF. RGB value is (201,129,207). Sum of RGB (Red+Green+Blue) = 201+129+207=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #C981CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981CF is #367E30. Grayscale: #9F9F9F. Windows color (decimal): -3571249 or 13599177. OLE color: 13599177.

HSL color Cylindrical-coordinate representation of color #C981CF: hue angle of 295.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C981CF is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 129 207 -
CMYK 0.03 0.38 0 0.19
HSL 295.38º 0.45% 0.66% -
HSV(B) 295.38º 0.38% 0.81% -
XYZ 43.2 32.62 63.05 -
YUV 159.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 201 129 207 0.03 0.38 0 0.19 295.38 0.45 0.66
Hex C9 81 CF 3 26 0 13 127 2D 42
Octal 311 201 317 3 46 0 23 447 55 102
Binary 11001001 10000001 11001111 11 100110 0 10011 100100111 101101 1000010

Color Harmonies of #C981CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981CF

Black with #C981CF

Text Example


Text Example

White with #C981CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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