Html Css Color HEX #C983CD Orchid

📋 copy color: '#C983CD'

red 201 ◦ green 131 ◦ blue 205

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

Shades of Orchid #C983CD

Tints of Orchid #C983CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 37.43%
G = 24.39%
B = 38.18%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C983CD (or 0xC983CD) is known color: Orchid. HEX triplet: C9, 83 and CD. RGB value is (201,131,205). Sum of RGB (Red+Green+Blue) = 201+131+205=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #C983CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983CD is #367C32. Grayscale: #A0A0A0. Windows color (decimal): -3570739 or 13468617. OLE color: 13468617.

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

Color convert

RGB 201 131 205 -
CMYK 0.02 0.36 0 0.20
HSL 296.76º 0.43% 0.66% -
HSV(B) 296.76º 0.36% 0.8% -
XYZ 43.22 33.06 61.86 -
YUV 160.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 201 131 205 0.02 0.36 0 0.20 296.76 0.43 0.66
Hex C9 83 CD 2 24 0 14 129 2B 42
Octal 311 203 315 2 44 0 24 451 53 102
Binary 11001001 10000011 11001101 10 100100 0 10100 100101001 101011 1000010

Color Harmonies of #C983CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983CD

Black with #C983CD

Text Example


Text Example

White with #C983CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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