Html Css Color HEX #C473D3 Orchid

📋 copy color: '#C473D3'

red 196 ◦ green 115 ◦ blue 211

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

Shades of Orchid #C473D3

Tints of Orchid #C473D3

RGB

 RED value IS 196 (76.95% from 255) = 37.55%

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

 BLUE value IS 211 (82.81% from 255) = 40.42%

R = 37.55%
G = 22.03%
B = 40.42%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C473D3 (or 0xC473D3) is known color: Orchid. HEX triplet: C4, 73 and D3. RGB value is (196,115,211). Sum of RGB (Red+Green+Blue) = 196+115+211=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #C473D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473D3 is #3B8C2C. Grayscale: #959595. Windows color (decimal): -3902509 or 13857732. OLE color: 13857732.

HSL color Cylindrical-coordinate representation of color #C473D3: hue angle of 290.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C473D3 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 115 211 -
CMYK 0.07 0.45 0 0.17
HSL 290.63º 0.52% 0.64% -
HSV(B) 290.63º 0.45% 0.83% -
XYZ 40.65 28.7 65.03 -
YUV 150.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 196 115 211 0.07 0.45 0 0.17 290.63 0.52 0.64
Hex C4 73 D3 7 2D 0 11 123 34 40
Octal 304 163 323 7 55 0 21 443 64 100
Binary 11000100 1110011 11010011 111 101101 0 10001 100100011 110100 1000000

Color Harmonies of #C473D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473D3

Black with #C473D3

Text Example


Text Example

White with #C473D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473D3; }

 p { color: rgb(196,115,211); }

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

background-color css

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

 a { background-color: rgb(196,115,211); }

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

border-color css

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

 span { border-color: rgb(196,115,211); }

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