Html Css Color HEX #C573BF Orchid

📋 copy color: '#C573BF'

red 197 ◦ green 115 ◦ blue 191

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

Shades of Orchid #C573BF

Tints of Orchid #C573BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.97%

R = 39.17%
G = 22.86%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C573BF (or 0xC573BF) is known color: Orchid. HEX triplet: C5, 73 and BF. RGB value is (197,115,191). Sum of RGB (Red+Green+Blue) = 197+115+191=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C573BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573BF is #3A8C40. Grayscale: #939393. Windows color (decimal): -3836993 or 12547013. OLE color: 12547013.

HSL color Cylindrical-coordinate representation of color #C573BF: hue angle of 304.39º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C573BF is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 115 191 -
CMYK 0 0.42 0.03 0.23
HSL 304.39º 0.41% 0.61% -
HSV(B) 304.39º 0.42% 0.77% -
XYZ 38.56 27.89 52.64 -
YUV 148.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 197 115 191 0 0.42 0.03 0.23 304.39 0.41 0.61
Hex C5 73 BF 0 2A 3 17 130 29 3D
Octal 305 163 277 0 52 3 27 460 51 75
Binary 11000101 1110011 10111111 0 101010 11 10111 100110000 101001 111101

Color Harmonies of #C573BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C573BF

Black with #C573BF

Text Example


Text Example

White with #C573BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C573BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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