Html Css Color HEX #C573CA Orchid

📋 copy color: '#C573CA'

red 197 ◦ green 115 ◦ blue 202

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

Shades of Orchid #C573CA

Tints of Orchid #C573CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 38.33%
G = 22.37%
B = 39.3%

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

#C573CA (or 0xC573CA) is known color: Orchid. HEX triplet: C5, 73 and CA. RGB value is (197,115,202). Sum of RGB (Red+Green+Blue) = 197+115+202=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C573CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573CA is #3A8C35. Grayscale: #959595. Windows color (decimal): -3836982 or 13267909. OLE color: 13267909.

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

Color convert

RGB 197 115 202 -
CMYK 0.02 0.43 0 0.21
HSL 296.55º 0.45% 0.62% -
HSV(B) 296.55º 0.43% 0.79% -
XYZ 39.82 28.4 59.26 -
YUV 149.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 197 115 202 0.02 0.43 0 0.21 296.55 0.45 0.62
Hex C5 73 CA 2 2B 0 15 129 2D 3E
Octal 305 163 312 2 53 0 25 451 55 76
Binary 11000101 1110011 11001010 10 101011 0 10101 100101001 101101 111110

Color Harmonies of #C573CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573CA

Black with #C573CA

Text Example


Text Example

White with #C573CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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