Html Css Color HEX #C983D5 Orchid

📋 copy color: '#C983D5'

red 201 ◦ green 131 ◦ blue 213

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

Shades of Orchid #C983D5

Tints of Orchid #C983D5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.04%

 BLUE value IS 213 (83.59% from 255) = 39.08%

R = 36.88%
G = 24.04%
B = 39.08%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C983D5 (or 0xC983D5) is known color: Orchid. HEX triplet: C9, 83 and D5. RGB value is (201,131,213). Sum of RGB (Red+Green+Blue) = 201+131+213=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #C983D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983D5 is #367C2A. Grayscale: #A1A1A1. Windows color (decimal): -3570731 or 13992905. OLE color: 13992905.

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

Color convert

RGB 201 131 213 -
CMYK 0.06 0.38 0 0.16
HSL 291.22º 0.49% 0.67% -
HSV(B) 291.22º 0.38% 0.84% -
XYZ 44.21 33.45 67.08 -
YUV 161.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 201 131 213 0.06 0.38 0 0.16 291.22 0.49 0.67
Hex C9 83 D5 6 26 0 10 123 31 43
Octal 311 203 325 6 46 0 20 443 61 103
Binary 11001001 10000011 11010101 110 100110 0 10000 100100011 110001 1000011

Color Harmonies of #C983D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983D5

Black with #C983D5

Text Example


Text Example

White with #C983D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983D5; }

 p { color: rgb(201,131,213); }

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

background-color css

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

 a { background-color: rgb(201,131,213); }

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

border-color css

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

 span { border-color: rgb(201,131,213); }

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