Html Css Color HEX #C459F0 Medium Orchid

📋 copy color: '#C459F0'

red 196 ◦ green 89 ◦ blue 240

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

Shades of Medium Orchid #C459F0

Tints of Medium Orchid #C459F0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.95%

 BLUE value IS 240 (94.14% from 255) = 45.71%

R = 37.33%
G = 16.95%
B = 45.71%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C459F0 (or 0xC459F0) is known color: Medium Orchid. HEX triplet: C4, 59 and F0. RGB value is (196,89,240). Sum of RGB (Red+Green+Blue) = 196+89+240=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #C459F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C459F0 is #3BA60F. Grayscale: #898989. Windows color (decimal): -3909136 or 15751620. OLE color: 15751620.

HSL color Cylindrical-coordinate representation of color #C459F0: hue angle of 282.52º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C459F0 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 89 240 -
CMYK 0.18 0.63 0 0.06
HSL 282.52º 0.83% 0.65% -
HSV(B) 282.52º 0.63% 0.94% -
XYZ 42.07 25.17 85.08 -
YUV 138.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 196 89 240 0.18 0.63 0 0.06 282.52 0.83 0.65
Hex C4 59 F0 12 3F 0 6 11B 53 41
Octal 304 131 360 22 77 0 6 433 123 101
Binary 11000100 1011001 11110000 10010 111111 0 110 100011011 1010011 1000001

Color Harmonies of #C459F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C459F0

Black with #C459F0

Text Example


Text Example

White with #C459F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C459F0; }

 p { color: rgb(196,89,240); }

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

background-color css

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

 a { background-color: rgb(196,89,240); }

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

border-color css

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

 span { border-color: rgb(196,89,240); }

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