Html Css Color HEX #C476BE Orchid

📋 copy color: '#C476BE'

red 196 ◦ green 118 ◦ blue 190

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

Shades of Orchid #C476BE

Tints of Orchid #C476BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.41%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 38.89%
G = 23.41%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C476BE (or 0xC476BE) is known color: Orchid. HEX triplet: C4, 76 and BE. RGB value is (196,118,190). Sum of RGB (Red+Green+Blue) = 196+118+190=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C476BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476BE is #3B8941. Grayscale: #959595. Windows color (decimal): -3901762 or 12482244. OLE color: 12482244.

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

Color convert

RGB 196 118 190 -
CMYK 0 0.40 0.03 0.23
HSL 304.62º 0.4% 0.62% -
HSV(B) 304.62º 0.4% 0.77% -
XYZ 38.54 28.41 52.17 -
YUV 149.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 196 118 190 0 0.40 0.03 0.23 304.62 0.4 0.62
Hex C4 76 BE 0 28 3 17 131 28 3E
Octal 304 166 276 0 50 3 27 461 50 76
Binary 11000100 1110110 10111110 0 101000 11 10111 100110001 101000 111110

Color Harmonies of #C476BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C476BE

Black with #C476BE

Text Example


Text Example

White with #C476BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C476BE; }

 p { color: rgb(196,118,190); }

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

background-color css

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

 a { background-color: rgb(196,118,190); }

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

border-color css

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

 span { border-color: rgb(196,118,190); }

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