Html Css Color HEX #C984C8 Orchid

📋 copy color: '#C984C8'

red 201 ◦ green 132 ◦ blue 200

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

Shades of Orchid #C984C8

Tints of Orchid #C984C8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.77%

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 37.71%
G = 24.77%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C984C8 (or 0xC984C8) is known color: Orchid. HEX triplet: C9, 84 and C8. RGB value is (201,132,200). Sum of RGB (Red+Green+Blue) = 201+132+200=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C984C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984C8 is #367B37. Grayscale: #A0A0A0. Windows color (decimal): -3570488 or 13141193. OLE color: 13141193.

HSL color Cylindrical-coordinate representation of color #C984C8: hue angle of 300.87º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C984C8 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 132 200 -
CMYK 0 0.34 0.00 0.21
HSL 300.87º 0.39% 0.65% -
HSV(B) 300.87º 0.34% 0.79% -
XYZ 42.76 33.09 58.78 -
YUV 160.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 201 132 200 0 0.34 0.00 0.21 300.87 0.39 0.65
Hex C9 84 C8 0 22 0 15 12D 27 41
Octal 311 204 310 0 42 0 25 455 47 101
Binary 11001001 10000100 11001000 0 100010 0 10101 100101101 100111 1000001

Color Harmonies of #C984C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984C8

Black with #C984C8

Text Example


Text Example

White with #C984C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984C8; }

 p { color: rgb(201,132,200); }

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

background-color css

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

 a { background-color: rgb(201,132,200); }

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

border-color css

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

 span { border-color: rgb(201,132,200); }

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