Html Css Color HEX #C573DE Orchid

📋 copy color: '#C573DE'

red 197 ◦ green 115 ◦ blue 222

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

Shades of Orchid #C573DE

Tints of Orchid #C573DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 36.89%
G = 21.54%
B = 41.57%

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

#C573DE (or 0xC573DE) is known color: Orchid. HEX triplet: C5, 73 and DE. RGB value is (197,115,222). Sum of RGB (Red+Green+Blue) = 197+115+222=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #C573DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573DE is #3A8C21. Grayscale: #979797. Windows color (decimal): -3836962 or 14578629. OLE color: 14578629.

HSL color Cylindrical-coordinate representation of color #C573DE: hue angle of 285.98º degrees, saturation: 0.62, 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 #C573DE is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 115 222 -
CMYK 0.11 0.48 0 0.13
HSL 285.98º 0.62% 0.66% -
HSV(B) 285.98º 0.48% 0.87% -
XYZ 42.34 29.41 72.55 -
YUV 151.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 197 115 222 0.11 0.48 0 0.13 285.98 0.62 0.66
Hex C5 73 DE B 30 0 D 11E 3E 42
Octal 305 163 336 13 60 0 15 436 76 102
Binary 11000101 1110011 11011110 1011 110000 0 1101 100011110 111110 1000010

Color Harmonies of #C573DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573DE

Black with #C573DE

Text Example


Text Example

White with #C573DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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