Html Css Color HEX #C460DF Medium Orchid

📋 copy color: '#C460DF'

red 196 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #C460DF

Tints of Medium Orchid #C460DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 38.06%
G = 18.64%
B = 43.3%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C460DF (or 0xC460DF) is known color: Medium Orchid. HEX triplet: C4, 60 and DF. RGB value is (196,96,223). Sum of RGB (Red+Green+Blue) = 196+96+223=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #C460DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460DF is #3B9F20. Grayscale: #8B8B8B. Windows color (decimal): -3907361 or 14639300. OLE color: 14639300.

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

Color convert

RGB 196 96 223 -
CMYK 0.12 0.57 0 0.13
HSL 287.24º 0.66% 0.63% -
HSV(B) 287.24º 0.57% 0.87% -
XYZ 40.27 25.43 72.6 -
YUV 140.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 196 96 223 0.12 0.57 0 0.13 287.24 0.66 0.63
Hex C4 60 DF C 39 0 D 11F 42 3F
Octal 304 140 337 14 71 0 15 437 102 77
Binary 11000100 1100000 11011111 1100 111001 0 1101 100011111 1000010 111111

Color Harmonies of #C460DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460DF

Black with #C460DF

Text Example


Text Example

White with #C460DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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