Html Css Color HEX #C573DF Orchid

📋 copy color: '#C573DF'

red 197 ◦ green 115 ◦ blue 223

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

Shades of Orchid #C573DF

Tints of Orchid #C573DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 36.82%
G = 21.5%
B = 41.68%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C573DF (or 0xC573DF) is known color: Orchid. HEX triplet: C5, 73 and DF. RGB value is (197,115,223). Sum of RGB (Red+Green+Blue) = 197+115+223=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #C573DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573DF is #3A8C20. Grayscale: #979797. Windows color (decimal): -3836961 or 14644165. OLE color: 14644165.

HSL color Cylindrical-coordinate representation of color #C573DF: hue angle of 285.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C573DF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 115 223 -
CMYK 0.12 0.48 0 0.13
HSL 285.56º 0.63% 0.66% -
HSV(B) 285.56º 0.48% 0.87% -
XYZ 42.48 29.46 73.26 -
YUV 151.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 197 115 223 0.12 0.48 0 0.13 285.56 0.63 0.66
Hex C5 73 DF C 30 0 D 11E 3F 42
Octal 305 163 337 14 60 0 15 436 77 102
Binary 11000101 1110011 11011111 1100 110000 0 1101 100011110 111111 1000010

Color Harmonies of #C573DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573DF

Black with #C573DF

Text Example


Text Example

White with #C573DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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