Html Css Color HEX #C573CD Orchid

📋 copy color: '#C573CD'

red 197 ◦ green 115 ◦ blue 205

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

Shades of Orchid #C573CD

Tints of Orchid #C573CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 38.1%
G = 22.24%
B = 39.65%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C573CD (or 0xC573CD) is known color: Orchid. HEX triplet: C5, 73 and CD. RGB value is (197,115,205). Sum of RGB (Red+Green+Blue) = 197+115+205=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C573CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573CD is #3A8C32. Grayscale: #959595. Windows color (decimal): -3836979 or 13464517. OLE color: 13464517.

HSL color Cylindrical-coordinate representation of color #C573CD: hue angle of 294.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C573CD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 115 205 -
CMYK 0.04 0.44 0 0.20
HSL 294.67º 0.47% 0.63% -
HSV(B) 294.67º 0.44% 0.8% -
XYZ 40.18 28.54 61.15 -
YUV 149.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 197 115 205 0.04 0.44 0 0.20 294.67 0.47 0.63
Hex C5 73 CD 4 2C 0 14 127 2F 3F
Octal 305 163 315 4 54 0 24 447 57 77
Binary 11000101 1110011 11001101 100 101100 0 10100 100100111 101111 111111

Color Harmonies of #C573CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573CD

Black with #C573CD

Text Example


Text Example

White with #C573CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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