Html Css Color HEX #C476DA Orchid

📋 copy color: '#C476DA'

red 196 ◦ green 118 ◦ blue 218

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

Shades of Orchid #C476DA

Tints of Orchid #C476DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 36.84%
G = 22.18%
B = 40.98%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C476DA (or 0xC476DA) is known color: Orchid. HEX triplet: C4, 76 and DA. RGB value is (196,118,218). Sum of RGB (Red+Green+Blue) = 196+118+218=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #C476DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C476DA is #3B8925. Grayscale: #989898. Windows color (decimal): -3901734 or 14317252. OLE color: 14317252.

HSL color Cylindrical-coordinate representation of color #C476DA: hue angle of 286.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C476DA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 118 218 -
CMYK 0.10 0.46 0 0.15
HSL 286.8º 0.57% 0.66% -
HSV(B) 286.8º 0.46% 0.85% -
XYZ 41.9 29.75 69.86 -
YUV 152.72 164.84 158.87 -
System Red Green Blue C M Y K H S L
Decimal 196 118 218 0.10 0.46 0 0.15 286.8 0.57 0.66
Hex C4 76 DA A 2E 0 F 11F 39 42
Octal 304 166 332 12 56 0 17 437 71 102
Binary 11000100 1110110 11011010 1010 101110 0 1111 100011111 111001 1000010

Color Harmonies of #C476DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C476DA

Black with #C476DA

Text Example


Text Example

White with #C476DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C476DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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