Html Css Color HEX #C473C9 Orchid

📋 copy color: '#C473C9'

red 196 ◦ green 115 ◦ blue 201

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

Shades of Orchid #C473C9

Tints of Orchid #C473C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 38.28%
G = 22.46%
B = 39.26%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C473C9 (or 0xC473C9) is known color: Orchid. HEX triplet: C4, 73 and C9. RGB value is (196,115,201). Sum of RGB (Red+Green+Blue) = 196+115+201=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 201 - color contains mainly: blue. Hex color #C473C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473C9 is #3B8C36. Grayscale: #949494. Windows color (decimal): -3902519 or 13202372. OLE color: 13202372.

HSL color Cylindrical-coordinate representation of color #C473C9: hue angle of 296.51º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C473C9 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 115 201 -
CMYK 0.02 0.43 0 0.21
HSL 296.51º 0.44% 0.62% -
HSV(B) 296.51º 0.43% 0.79% -
XYZ 39.44 28.21 58.63 -
YUV 149.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 196 115 201 0.02 0.43 0 0.21 296.51 0.44 0.62
Hex C4 73 C9 2 2B 0 15 129 2C 3E
Octal 304 163 311 2 53 0 25 451 54 76
Binary 11000100 1110011 11001001 10 101011 0 10101 100101001 101100 111110

Color Harmonies of #C473C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473C9

Black with #C473C9

Text Example


Text Example

White with #C473C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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