Html Css Color HEX #C460DC Medium Orchid

📋 copy color: '#C460DC'

red 196 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #C460DC

Tints of Medium Orchid #C460DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.75%

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

R = 38.28%
G = 18.75%
B = 42.97%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C460DC (or 0xC460DC) is known color: Medium Orchid. HEX triplet: C4, 60 and DC. RGB value is (196,96,220). Sum of RGB (Red+Green+Blue) = 196+96+220=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #C460DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460DC is #3B9F23. Grayscale: #8B8B8B. Windows color (decimal): -3907364 or 14442692. OLE color: 14442692.

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

Color convert

RGB 196 96 220 -
CMYK 0.11 0.56 0 0.14
HSL 288.39º 0.64% 0.62% -
HSV(B) 288.39º 0.56% 0.86% -
XYZ 39.87 25.27 70.49 -
YUV 140.04 173.13 167.92 -
System Red Green Blue C M Y K H S L
Decimal 196 96 220 0.11 0.56 0 0.14 288.39 0.64 0.62
Hex C4 60 DC B 38 0 E 120 40 3E
Octal 304 140 334 13 70 0 16 440 100 76
Binary 11000100 1100000 11011100 1011 111000 0 1110 100100000 1000000 111110

Color Harmonies of #C460DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460DC

Black with #C460DC

Text Example


Text Example

White with #C460DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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