Html Css Color HEX #C973C0 Orchid

📋 copy color: '#C973C0'

red 201 ◦ green 115 ◦ blue 192

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

Shades of Orchid #C973C0

Tints of Orchid #C973C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 39.57%
G = 22.64%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C973C0 (or 0xC973C0) is known color: Orchid. HEX triplet: C9, 73 and C0. RGB value is (201,115,192). Sum of RGB (Red+Green+Blue) = 201+115+192=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C973C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973C0 is #368C3F. Grayscale: #959595. Windows color (decimal): -3574848 or 12612553. OLE color: 12612553.

HSL color Cylindrical-coordinate representation of color #C973C0: hue angle of 306.28º 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 #C973C0 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 115 192 -
CMYK 0 0.43 0.04 0.21
HSL 306.28º 0.44% 0.62% -
HSV(B) 306.28º 0.43% 0.79% -
XYZ 39.73 28.48 53.27 -
YUV 149.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 201 115 192 0 0.43 0.04 0.21 306.28 0.44 0.62
Hex C9 73 C0 0 2B 4 15 132 2C 3E
Octal 311 163 300 0 53 4 25 462 54 76
Binary 11001001 1110011 11000000 0 101011 100 10101 100110010 101100 111110

Color Harmonies of #C973C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C973C0

Black with #C973C0

Text Example


Text Example

White with #C973C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C973C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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