Html Css Color HEX #C471DA Medium Orchid

📋 copy color: '#C471DA'

red 196 ◦ green 113 ◦ blue 218

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

Shades of Medium Orchid #C471DA

Tints of Medium Orchid #C471DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.44%

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

R = 37.19%
G = 21.44%
B = 41.37%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C471DA (or 0xC471DA) is known color: Medium Orchid. HEX triplet: C4, 71 and DA. RGB value is (196,113,218). Sum of RGB (Red+Green+Blue) = 196+113+218=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #C471DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471DA is #3B8E25. Grayscale: #959595. Windows color (decimal): -3903014 or 14315972. OLE color: 14315972.

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

Color convert

RGB 196 113 218 -
CMYK 0.10 0.48 0 0.15
HSL 287.43º 0.59% 0.65% -
HSV(B) 287.43º 0.48% 0.85% -
XYZ 41.32 28.61 69.67 -
YUV 149.79 166.5 160.96 -
System Red Green Blue C M Y K H S L
Decimal 196 113 218 0.10 0.48 0 0.15 287.43 0.59 0.65
Hex C4 71 DA A 30 0 F 11F 3B 41
Octal 304 161 332 12 60 0 17 437 73 101
Binary 11000100 1110001 11011010 1010 110000 0 1111 100011111 111011 1000001

Color Harmonies of #C471DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471DA

Black with #C471DA

Text Example


Text Example

White with #C471DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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