Html Css Color HEX #C573DD Orchid

📋 copy color: '#C573DD'

red 197 ◦ green 115 ◦ blue 221

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

Shades of Orchid #C573DD

Tints of Orchid #C573DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 36.96%
G = 21.58%
B = 41.46%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C573DD (or 0xC573DD) is known color: Orchid. HEX triplet: C5, 73 and DD. RGB value is (197,115,221). Sum of RGB (Red+Green+Blue) = 197+115+221=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #C573DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573DD is #3A8C22. Grayscale: #979797. Windows color (decimal): -3836963 or 14513093. OLE color: 14513093.

HSL color Cylindrical-coordinate representation of color #C573DD: hue angle of 286.42º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C573DD is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 115 221 -
CMYK 0.11 0.48 0 0.13
HSL 286.42º 0.61% 0.66% -
HSV(B) 286.42º 0.48% 0.87% -
XYZ 42.21 29.35 71.85 -
YUV 151.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 197 115 221 0.11 0.48 0 0.13 286.42 0.61 0.66
Hex C5 73 DD B 30 0 D 11E 3D 42
Octal 305 163 335 13 60 0 15 436 75 102
Binary 11000101 1110011 11011101 1011 110000 0 1101 100011110 111101 1000010

Color Harmonies of #C573DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573DD

Black with #C573DD

Text Example


Text Example

White with #C573DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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