Html Css Color HEX #C573C9 Orchid

📋 copy color: '#C573C9'

red 197 ◦ green 115 ◦ blue 201

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

Shades of Orchid #C573C9

Tints of Orchid #C573C9

RGB

 RED value IS 197 (77.34% from 255) = 38.4%

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

 BLUE value IS 201 (78.91% from 255) = 39.18%

R = 38.4%
G = 22.42%
B = 39.18%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C573C9 (or 0xC573C9) is known color: Orchid. HEX triplet: C5, 73 and C9. RGB value is (197,115,201). Sum of RGB (Red+Green+Blue) = 197+115+201=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #C573C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573C9 is #3A8C36. Grayscale: #959595. Windows color (decimal): -3836983 or 13202373. OLE color: 13202373.

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

Color convert

RGB 197 115 201 -
CMYK 0.02 0.43 0 0.21
HSL 297.21º 0.44% 0.62% -
HSV(B) 297.21º 0.43% 0.79% -
XYZ 39.7 28.35 58.64 -
YUV 149.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 197 115 201 0.02 0.43 0 0.21 297.21 0.44 0.62
Hex C5 73 C9 2 2B 0 15 129 2C 3E
Octal 305 163 311 2 53 0 25 451 54 76
Binary 11000101 1110011 11001001 10 101011 0 10101 100101001 101100 111110

Color Harmonies of #C573C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573C9

Black with #C573C9

Text Example


Text Example

White with #C573C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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