Html Css Color HEX #C473CE Orchid

📋 copy color: '#C473CE'

red 196 ◦ green 115 ◦ blue 206

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

Shades of Orchid #C473CE

Tints of Orchid #C473CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 37.91%
G = 22.24%
B = 39.85%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C473CE (or 0xC473CE) is known color: Orchid. HEX triplet: C4, 73 and CE. RGB value is (196,115,206). Sum of RGB (Red+Green+Blue) = 196+115+206=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #C473CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473CE is #3B8C31. Grayscale: #959595. Windows color (decimal): -3902514 or 13530052. OLE color: 13530052.

HSL color Cylindrical-coordinate representation of color #C473CE: hue angle of 293.41º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C473CE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 115 206 -
CMYK 0.05 0.44 0 0.19
HSL 293.41º 0.48% 0.63% -
HSV(B) 293.41º 0.44% 0.81% -
XYZ 40.04 28.45 61.77 -
YUV 149.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 196 115 206 0.05 0.44 0 0.19 293.41 0.48 0.63
Hex C4 73 CE 5 2C 0 13 125 30 3F
Octal 304 163 316 5 54 0 23 445 60 77
Binary 11000100 1110011 11001110 101 101100 0 10011 100100101 110000 111111

Color Harmonies of #C473CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473CE

Black with #C473CE

Text Example


Text Example

White with #C473CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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