Html Css Color HEX #C973B9 Orchid

📋 copy color: '#C973B9'

red 201 ◦ green 115 ◦ blue 185

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

Shades of Orchid #C973B9

Tints of Orchid #C973B9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.95%

 BLUE value IS 185 (72.66% from 255) = 36.93%

R = 40.12%
G = 22.95%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C973B9 (or 0xC973B9) is known color: Orchid. HEX triplet: C9, 73 and B9. RGB value is (201,115,185). Sum of RGB (Red+Green+Blue) = 201+115+185=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C973B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973B9 is #368C46. Grayscale: #949494. Windows color (decimal): -3574855 or 12153801. OLE color: 12153801.

HSL color Cylindrical-coordinate representation of color #C973B9: hue angle of 311.16º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C973B9 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 115 185 -
CMYK 0 0.43 0.08 0.21
HSL 311.16º 0.44% 0.62% -
HSV(B) 311.16º 0.43% 0.79% -
XYZ 38.98 28.18 49.28 -
YUV 148.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 201 115 185 0 0.43 0.08 0.21 311.16 0.44 0.62
Hex C9 73 B9 0 2B 8 15 137 2C 3E
Octal 311 163 271 0 53 10 25 467 54 76
Binary 11001001 1110011 10111001 0 101011 1000 10101 100110111 101100 111110

Color Harmonies of #C973B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973B9

Black with #C973B9

Text Example


Text Example

White with #C973B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973B9; }

 p { color: rgb(201,115,185); }

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

background-color css

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

 a { background-color: rgb(201,115,185); }

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

border-color css

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

 span { border-color: rgb(201,115,185); }

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