Html Css Color HEX #C573DC Orchid

📋 copy color: '#C573DC'

red 197 ◦ green 115 ◦ blue 220

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

Shades of Orchid #C573DC

Tints of Orchid #C573DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 37.03%
G = 21.62%
B = 41.35%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C573DC (or 0xC573DC) is known color: Orchid. HEX triplet: C5, 73 and DC. RGB value is (197,115,220). Sum of RGB (Red+Green+Blue) = 197+115+220=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #C573DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573DC is #3A8C23. Grayscale: #979797. Windows color (decimal): -3836964 or 14447557. OLE color: 14447557.

HSL color Cylindrical-coordinate representation of color #C573DC: hue angle of 286.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C573DC is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 115 220 -
CMYK 0.10 0.48 0 0.14
HSL 286.86º 0.6% 0.66% -
HSV(B) 286.86º 0.48% 0.86% -
XYZ 42.07 29.3 71.15 -
YUV 151.49 166.67 160.46 -
System Red Green Blue C M Y K H S L
Decimal 197 115 220 0.10 0.48 0 0.14 286.86 0.6 0.66
Hex C5 73 DC A 30 0 E 11F 3C 42
Octal 305 163 334 12 60 0 16 437 74 102
Binary 11000101 1110011 11011100 1010 110000 0 1110 100011111 111100 1000010

Color Harmonies of #C573DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573DC

Black with #C573DC

Text Example


Text Example

White with #C573DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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