Html Css Color HEX #C464DD Medium Orchid

📋 copy color: '#C464DD'

red 196 ◦ green 100 ◦ blue 221

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

Shades of Medium Orchid #C464DD

Tints of Medium Orchid #C464DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.34%

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

R = 37.91%
G = 19.34%
B = 42.75%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C464DD (or 0xC464DD) is known color: Medium Orchid. HEX triplet: C4, 64 and DD. RGB value is (196,100,221). Sum of RGB (Red+Green+Blue) = 196+100+221=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #C464DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464DD is #3B9B22. Grayscale: #8E8E8E. Windows color (decimal): -3906339 or 14509252. OLE color: 14509252.

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

Color convert

RGB 196 100 221 -
CMYK 0.11 0.55 0 0.13
HSL 287.6º 0.64% 0.63% -
HSV(B) 287.6º 0.55% 0.87% -
XYZ 40.37 26.07 71.31 -
YUV 142.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 196 100 221 0.11 0.55 0 0.13 287.6 0.64 0.63
Hex C4 64 DD B 37 0 D 120 40 3F
Octal 304 144 335 13 67 0 15 440 100 77
Binary 11000100 1100100 11011101 1011 110111 0 1101 100100000 1000000 111111

Color Harmonies of #C464DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464DD

Black with #C464DD

Text Example


Text Example

White with #C464DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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