Html Css Color HEX #C573DB Orchid

📋 copy color: '#C573DB'

red 197 ◦ green 115 ◦ blue 219

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

Shades of Orchid #C573DB

Tints of Orchid #C573DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 37.1%
G = 21.66%
B = 41.24%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C573DB (or 0xC573DB) is known color: Orchid. HEX triplet: C5, 73 and DB. RGB value is (197,115,219). Sum of RGB (Red+Green+Blue) = 197+115+219=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C573DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573DB is #3A8C24. Grayscale: #979797. Windows color (decimal): -3836965 or 14382021. OLE color: 14382021.

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

Color convert

RGB 197 115 219 -
CMYK 0.10 0.47 0 0.14
HSL 287.31º 0.59% 0.65% -
HSV(B) 287.31º 0.47% 0.86% -
XYZ 41.94 29.25 70.45 -
YUV 151.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 197 115 219 0.10 0.47 0 0.14 287.31 0.59 0.65
Hex C5 73 DB A 2F 0 E 11F 3B 41
Octal 305 163 333 12 57 0 16 437 73 101
Binary 11000101 1110011 11011011 1010 101111 0 1110 100011111 111011 1000001

Color Harmonies of #C573DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573DB

Black with #C573DB

Text Example


Text Example

White with #C573DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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