Html Css Color HEX #C461DD Medium Orchid

📋 copy color: '#C461DD'

red 196 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #C461DD

Tints of Medium Orchid #C461DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.87%

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

R = 38.13%
G = 18.87%
B = 43%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C461DD (or 0xC461DD) is known color: Medium Orchid. HEX triplet: C4, 61 and DD. RGB value is (196,97,221). Sum of RGB (Red+Green+Blue) = 196+97+221=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #C461DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461DD is #3B9E22. Grayscale: #8C8C8C. Windows color (decimal): -3907107 or 14508484. OLE color: 14508484.

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

Color convert

RGB 196 97 221 -
CMYK 0.11 0.56 0 0.13
HSL 287.9º 0.65% 0.62% -
HSV(B) 287.9º 0.56% 0.87% -
XYZ 40.09 25.51 71.22 -
YUV 140.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 196 97 221 0.11 0.56 0 0.13 287.9 0.65 0.62
Hex C4 61 DD B 38 0 D 120 41 3E
Octal 304 141 335 13 70 0 15 440 101 76
Binary 11000100 1100001 11011101 1011 111000 0 1101 100100000 1000001 111110

Color Harmonies of #C461DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461DD

Black with #C461DD

Text Example


Text Example

White with #C461DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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