Html Css Color HEX #C983CE Orchid

📋 copy color: '#C983CE'

red 201 ◦ green 131 ◦ blue 206

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

Shades of Orchid #C983CE

Tints of Orchid #C983CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 37.36%
G = 24.35%
B = 38.29%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C983CE (or 0xC983CE) is known color: Orchid. HEX triplet: C9, 83 and CE. RGB value is (201,131,206). Sum of RGB (Red+Green+Blue) = 201+131+206=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #C983CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983CE is #367C31. Grayscale: #A0A0A0. Windows color (decimal): -3570738 or 13534153. OLE color: 13534153.

HSL color Cylindrical-coordinate representation of color #C983CE: hue angle of 296º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C983CE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 131 206 -
CMYK 0.02 0.36 0 0.19
HSL 296º 0.43% 0.66% -
HSV(B) 296º 0.36% 0.81% -
XYZ 43.34 33.11 62.5 -
YUV 160.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 201 131 206 0.02 0.36 0 0.19 296 0.43 0.66
Hex C9 83 CE 2 24 0 13 128 2B 42
Octal 311 203 316 2 44 0 23 450 53 102
Binary 11001001 10000011 11001110 10 100100 0 10011 100101000 101011 1000010

Color Harmonies of #C983CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983CE

Black with #C983CE

Text Example


Text Example

White with #C983CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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