Html Css Color HEX #C983D0 Orchid

📋 copy color: '#C983D0'

red 201 ◦ green 131 ◦ blue 208

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

Shades of Orchid #C983D0

Tints of Orchid #C983D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 37.22%
G = 24.26%
B = 38.52%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C983D0 (or 0xC983D0) is known color: Orchid. HEX triplet: C9, 83 and D0. RGB value is (201,131,208). Sum of RGB (Red+Green+Blue) = 201+131+208=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #C983D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983D0 is #367C2F. Grayscale: #A0A0A0. Windows color (decimal): -3570736 or 13665225. OLE color: 13665225.

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

Color convert

RGB 201 131 208 -
CMYK 0.03 0.37 0 0.18
HSL 294.55º 0.45% 0.66% -
HSV(B) 294.55º 0.37% 0.82% -
XYZ 43.59 33.2 63.79 -
YUV 160.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 201 131 208 0.03 0.37 0 0.18 294.55 0.45 0.66
Hex C9 83 D0 3 25 0 12 127 2D 42
Octal 311 203 320 3 45 0 22 447 55 102
Binary 11001001 10000011 11010000 11 100101 0 10010 100100111 101101 1000010

Color Harmonies of #C983D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983D0

Black with #C983D0

Text Example


Text Example

White with #C983D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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