Html Css Color HEX #C983D7 Orchid

📋 copy color: '#C983D7'

red 201 ◦ green 131 ◦ blue 215

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

Shades of Orchid #C983D7

Tints of Orchid #C983D7

RGB

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

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

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

R = 36.75%
G = 23.95%
B = 39.31%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C983D7 (or 0xC983D7) is known color: Orchid. HEX triplet: C9, 83 and D7. RGB value is (201,131,215). Sum of RGB (Red+Green+Blue) = 201+131+215=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #C983D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983D7 is #367C28. Grayscale: #A1A1A1. Windows color (decimal): -3570729 or 14123977. OLE color: 14123977.

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

Color convert

RGB 201 131 215 -
CMYK 0.07 0.39 0 0.16
HSL 290º 0.51% 0.68% -
HSV(B) 290º 0.39% 0.84% -
XYZ 44.47 33.56 68.42 -
YUV 161.51 158.19 156.17 -
System Red Green Blue C M Y K H S L
Decimal 201 131 215 0.07 0.39 0 0.16 290 0.51 0.68
Hex C9 83 D7 7 27 0 10 122 33 44
Octal 311 203 327 7 47 0 20 442 63 104
Binary 11001001 10000011 11010111 111 100111 0 10000 100100010 110011 1000100

Color Harmonies of #C983D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983D7

Black with #C983D7

Text Example


Text Example

White with #C983D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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