Html Css Color HEX #C983D8 Orchid

📋 copy color: '#C983D8'

red 201 ◦ green 131 ◦ blue 216

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

Shades of Orchid #C983D8

Tints of Orchid #C983D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.42%

R = 36.68%
G = 23.91%
B = 39.42%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C983D8 (or 0xC983D8) is known color: Orchid. HEX triplet: C9, 83 and D8. RGB value is (201,131,216). Sum of RGB (Red+Green+Blue) = 201+131+216=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #C983D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983D8 is #367C27. Grayscale: #A1A1A1. Windows color (decimal): -3570728 or 14189513. OLE color: 14189513.

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

Color convert

RGB 201 131 216 -
CMYK 0.07 0.39 0 0.15
HSL 289.41º 0.52% 0.68% -
HSV(B) 289.41º 0.39% 0.85% -
XYZ 44.6 33.61 69.1 -
YUV 161.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 201 131 216 0.07 0.39 0 0.15 289.41 0.52 0.68
Hex C9 83 D8 7 27 0 F 121 34 44
Octal 311 203 330 7 47 0 17 441 64 104
Binary 11001001 10000011 11011000 111 100111 0 1111 100100001 110100 1000100

Color Harmonies of #C983D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983D8

Black with #C983D8

Text Example


Text Example

White with #C983D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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