Html Css Color HEX #C981D7 Orchid

📋 copy color: '#C981D7'

red 201 ◦ green 129 ◦ blue 215

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

Shades of Orchid #C981D7

Tints of Orchid #C981D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.45%

R = 36.88%
G = 23.67%
B = 39.45%

CMYK

 C value IS 0.07

 M value IS 0.4

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C981D7 (or 0xC981D7) is known color: Orchid. HEX triplet: C9, 81 and D7. RGB value is (201,129,215). Sum of RGB (Red+Green+Blue) = 201+129+215=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #C981D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981D7 is #367E28. Grayscale: #A0A0A0. Windows color (decimal): -3571241 or 14123465. OLE color: 14123465.

HSL color Cylindrical-coordinate representation of color #C981D7: hue angle of 290.23º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C981D7 is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 129 215 -
CMYK 0.07 0.4 0 0.16
HSL 290.23º 0.52% 0.67% -
HSV(B) 290.23º 0.4% 0.84% -
XYZ 44.2 33.02 68.33 -
YUV 160.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 201 129 215 0.07 0.4 0 0.16 290.23 0.52 0.67
Hex C9 81 D7 7 28 0 10 122 34 43
Octal 311 201 327 7 50 0 20 442 64 103
Binary 11001001 10000001 11010111 111 101000 0 10000 100100010 110100 1000011

Color Harmonies of #C981D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981D7

Black with #C981D7

Text Example


Text Example

White with #C981D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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