Html Css Color HEX #C465DC Medium Orchid

📋 copy color: '#C465DC'

red 196 ◦ green 101 ◦ blue 220

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

Shades of Medium Orchid #C465DC

Tints of Medium Orchid #C465DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.54%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 37.91%
G = 19.54%
B = 42.55%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C465DC (or 0xC465DC) is known color: Medium Orchid. HEX triplet: C4, 65 and DC. RGB value is (196,101,220). Sum of RGB (Red+Green+Blue) = 196+101+220=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #C465DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C465DC is #3B9A23. Grayscale: #8E8E8E. Windows color (decimal): -3906084 or 14443972. OLE color: 14443972.

HSL color Cylindrical-coordinate representation of color #C465DC: hue angle of 287.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C465DC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 101 220 -
CMYK 0.11 0.54 0 0.14
HSL 287.9º 0.63% 0.63% -
HSV(B) 287.9º 0.54% 0.86% -
XYZ 40.34 26.21 70.64 -
YUV 142.97 171.47 165.82 -
System Red Green Blue C M Y K H S L
Decimal 196 101 220 0.11 0.54 0 0.14 287.9 0.63 0.63
Hex C4 65 DC B 36 0 E 120 3F 3F
Octal 304 145 334 13 66 0 16 440 77 77
Binary 11000100 1100101 11011100 1011 110110 0 1110 100100000 111111 111111

Color Harmonies of #C465DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465DC

Black with #C465DC

Text Example


Text Example

White with #C465DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465DC; }

 p { color: rgb(196,101,220); }

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

background-color css

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

 a { background-color: rgb(196,101,220); }

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

border-color css

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

 span { border-color: rgb(196,101,220); }

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