Html Css Color HEX #C983CC Orchid

📋 copy color: '#C983CC'

red 201 ◦ green 131 ◦ blue 204

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

Shades of Orchid #C983CC

Tints of Orchid #C983CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 37.5%
G = 24.44%
B = 38.06%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C983CC (or 0xC983CC) is known color: Orchid. HEX triplet: C9, 83 and CC. RGB value is (201,131,204). Sum of RGB (Red+Green+Blue) = 201+131+204=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #C983CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983CC is #367C33. Grayscale: #A0A0A0. Windows color (decimal): -3570740 or 13403081. OLE color: 13403081.

HSL color Cylindrical-coordinate representation of color #C983CC: hue angle of 297.53º degrees, saturation: 0.42, 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 #C983CC is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 131 204 -
CMYK 0.01 0.36 0 0.2
HSL 297.53º 0.42% 0.66% -
HSV(B) 297.53º 0.36% 0.8% -
XYZ 43.1 33.01 61.23 -
YUV 160.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 201 131 204 0.01 0.36 0 0.2 297.53 0.42 0.66
Hex C9 83 CC 1 24 0 14 12A 2A 42
Octal 311 203 314 1 44 0 24 452 52 102
Binary 11001001 10000011 11001100 1 100100 0 10100 100101010 101010 1000010

Color Harmonies of #C983CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983CC

Black with #C983CC

Text Example


Text Example

White with #C983CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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