Html Css Color HEX #C573E1 Orchid

📋 copy color: '#C573E1'

red 197 ◦ green 115 ◦ blue 225

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

Shades of Orchid #C573E1

Tints of Orchid #C573E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.9%

R = 36.69%
G = 21.42%
B = 41.9%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C573E1 (or 0xC573E1) is known color: Orchid. HEX triplet: C5, 73 and E1. RGB value is (197,115,225). Sum of RGB (Red+Green+Blue) = 197+115+225=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #C573E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573E1 is #3A8C1E. Grayscale: #979797. Windows color (decimal): -3836959 or 14775237. OLE color: 14775237.

HSL color Cylindrical-coordinate representation of color #C573E1: hue angle of 284.73º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C573E1 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 115 225 -
CMYK 0.12 0.49 0 0.12
HSL 284.73º 0.65% 0.67% -
HSV(B) 284.73º 0.49% 0.88% -
XYZ 42.75 29.57 74.69 -
YUV 152.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 197 115 225 0.12 0.49 0 0.12 284.73 0.65 0.67
Hex C5 73 E1 C 31 0 C 11D 41 43
Octal 305 163 341 14 61 0 14 435 101 103
Binary 11000101 1110011 11100001 1100 110001 0 1100 100011101 1000001 1000011

Color Harmonies of #C573E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573E1

Black with #C573E1

Text Example


Text Example

White with #C573E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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