Html Css Color HEX #C462DD Medium Orchid

📋 copy color: '#C462DD'

red 196 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #C462DD

Tints of Medium Orchid #C462DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.03%

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

R = 38.06%
G = 19.03%
B = 42.91%

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

#C462DD (or 0xC462DD) is known color: Medium Orchid. HEX triplet: C4, 62 and DD. RGB value is (196,98,221). Sum of RGB (Red+Green+Blue) = 196+98+221=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #C462DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462DD is #3B9D22. Grayscale: #8C8C8C. Windows color (decimal): -3906851 or 14508740. OLE color: 14508740.

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

Color convert

RGB 196 98 221 -
CMYK 0.11 0.56 0 0.13
HSL 287.8º 0.64% 0.63% -
HSV(B) 287.8º 0.56% 0.87% -
XYZ 40.18 25.69 71.25 -
YUV 141.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 196 98 221 0.11 0.56 0 0.13 287.8 0.64 0.63
Hex C4 62 DD B 38 0 D 120 40 3F
Octal 304 142 335 13 70 0 15 440 100 77
Binary 11000100 1100010 11011101 1011 111000 0 1101 100100000 1000000 111111

Color Harmonies of #C462DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462DD

Black with #C462DD

Text Example


Text Example

White with #C462DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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