Html Css Color HEX #C472DD Medium Orchid

📋 copy color: '#C472DD'

red 196 ◦ green 114 ◦ blue 221

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

Shades of Medium Orchid #C472DD

Tints of Medium Orchid #C472DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.47%

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 36.91%
G = 21.47%
B = 41.62%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C472DD (or 0xC472DD) is known color: Medium Orchid. HEX triplet: C4, 72 and DD. RGB value is (196,114,221). Sum of RGB (Red+Green+Blue) = 196+114+221=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #C472DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472DD is #3B8D22. Grayscale: #969696. Windows color (decimal): -3902755 or 14512836. OLE color: 14512836.

HSL color Cylindrical-coordinate representation of color #C472DD: hue angle of 285.98º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C472DD is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 114 221 -
CMYK 0.11 0.48 0 0.13
HSL 285.98º 0.61% 0.66% -
HSV(B) 285.98º 0.48% 0.87% -
XYZ 41.83 28.99 71.8 -
YUV 150.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 196 114 221 0.11 0.48 0 0.13 285.98 0.61 0.66
Hex C4 72 DD B 30 0 D 11E 3D 42
Octal 304 162 335 13 60 0 15 436 75 102
Binary 11000100 1110010 11011101 1011 110000 0 1101 100011110 111101 1000010

Color Harmonies of #C472DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472DD

Black with #C472DD

Text Example


Text Example

White with #C472DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472DD; }

 p { color: rgb(196,114,221); }

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

background-color css

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

 a { background-color: rgb(196,114,221); }

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

border-color css

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

 span { border-color: rgb(196,114,221); }

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