Html Css Color HEX #C573D0 Orchid

📋 copy color: '#C573D0'

red 197 ◦ green 115 ◦ blue 208

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

Shades of Orchid #C573D0

Tints of Orchid #C573D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40%

R = 37.88%
G = 22.12%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C573D0 (or 0xC573D0) is known color: Orchid. HEX triplet: C5, 73 and D0. RGB value is (197,115,208). Sum of RGB (Red+Green+Blue) = 197+115+208=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #C573D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573D0 is #3A8C2F. Grayscale: #959595. Windows color (decimal): -3836976 or 13661125. OLE color: 13661125.

HSL color Cylindrical-coordinate representation of color #C573D0: hue angle of 292.9º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C573D0 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 115 208 -
CMYK 0.05 0.45 0 0.18
HSL 292.9º 0.5% 0.63% -
HSV(B) 292.9º 0.45% 0.82% -
XYZ 40.54 28.69 63.07 -
YUV 150.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 197 115 208 0.05 0.45 0 0.18 292.9 0.5 0.63
Hex C5 73 D0 5 2D 0 12 125 32 3F
Octal 305 163 320 5 55 0 22 445 62 77
Binary 11000101 1110011 11010000 101 101101 0 10010 100100101 110010 111111

Color Harmonies of #C573D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573D0

Black with #C573D0

Text Example


Text Example

White with #C573D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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