Html Css Color HEX #C473CC Orchid

📋 copy color: '#C473CC'

red 196 ◦ green 115 ◦ blue 204

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

Shades of Orchid #C473CC

Tints of Orchid #C473CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 38.06%
G = 22.33%
B = 39.61%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C473CC (or 0xC473CC) is known color: Orchid. HEX triplet: C4, 73 and CC. RGB value is (196,115,204). Sum of RGB (Red+Green+Blue) = 196+115+204=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #C473CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473CC is #3B8C33. Grayscale: #959595. Windows color (decimal): -3902516 or 13398980. OLE color: 13398980.

HSL color Cylindrical-coordinate representation of color #C473CC: hue angle of 294.61º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C473CC is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 115 204 -
CMYK 0.04 0.44 0 0.2
HSL 294.61º 0.47% 0.63% -
HSV(B) 294.61º 0.44% 0.8% -
XYZ 39.79 28.36 60.5 -
YUV 149.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 196 115 204 0.04 0.44 0 0.2 294.61 0.47 0.63
Hex C4 73 CC 4 2C 0 14 127 2F 3F
Octal 304 163 314 4 54 0 24 447 57 77
Binary 11000100 1110011 11001100 100 101100 0 10100 100100111 101111 111111

Color Harmonies of #C473CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473CC

Black with #C473CC

Text Example


Text Example

White with #C473CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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