Html Css Color HEX #C573D1 Orchid

📋 copy color: '#C573D1'

red 197 ◦ green 115 ◦ blue 209

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

Shades of Orchid #C573D1

Tints of Orchid #C573D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 37.81%
G = 22.07%
B = 40.12%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C573D1 (or 0xC573D1) is known color: Orchid. HEX triplet: C5, 73 and D1. RGB value is (197,115,209). Sum of RGB (Red+Green+Blue) = 197+115+209=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #C573D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573D1 is #3A8C2E. Grayscale: #959595. Windows color (decimal): -3836975 or 13726661. OLE color: 13726661.

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

Color convert

RGB 197 115 209 -
CMYK 0.06 0.45 0 0.18
HSL 292.34º 0.51% 0.64% -
HSV(B) 292.34º 0.45% 0.82% -
XYZ 40.67 28.74 63.72 -
YUV 150.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 197 115 209 0.06 0.45 0 0.18 292.34 0.51 0.64
Hex C5 73 D1 6 2D 0 12 124 33 40
Octal 305 163 321 6 55 0 22 444 63 100
Binary 11000101 1110011 11010001 110 101101 0 10010 100100100 110011 1000000

Color Harmonies of #C573D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573D1

Black with #C573D1

Text Example


Text Example

White with #C573D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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