Html Css Color HEX #C756F0 Medium Orchid

📋 copy color: '#C756F0'

red 199 ◦ green 86 ◦ blue 240

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

Shades of Medium Orchid #C756F0

Tints of Medium Orchid #C756F0

RGB

 RED value IS 199 (78.13% from 255) = 37.9%

 GREEN value IS 86 (33.98% from 255) = 16.38%

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

R = 37.9%
G = 16.38%
B = 45.71%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C756F0 (or 0xC756F0) is known color: Medium Orchid. HEX triplet: C7, 56 and F0. RGB value is (199,86,240). Sum of RGB (Red+Green+Blue) = 199+86+240=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 86 (33.98% from 255 or 16.38% 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 #C756F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C756F0 is #38A90F. Grayscale: #888888. Windows color (decimal): -3713296 or 15750855. OLE color: 15750855.

HSL color Cylindrical-coordinate representation of color #C756F0: hue angle of 284.03º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C756F0 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 86 240 -
CMYK 0.17 0.64 0 0.06
HSL 284.03º 0.84% 0.64% -
HSV(B) 284.03º 0.64% 0.94% -
XYZ 42.61 25.09 85.03 -
YUV 137.34 185.94 171.98 -
System Red Green Blue C M Y K H S L
Decimal 199 86 240 0.17 0.64 0 0.06 284.03 0.84 0.64
Hex C7 56 F0 11 40 0 6 11C 54 40
Octal 307 126 360 21 100 0 6 434 124 100
Binary 11000111 1010110 11110000 10001 1000000 0 110 100011100 1010100 1000000

Color Harmonies of #C756F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C756F0

Black with #C756F0

Text Example


Text Example

White with #C756F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C756F0; }

 p { color: rgb(199,86,240); }

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

background-color css

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

 a { background-color: rgb(199,86,240); }

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

border-color css

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

 span { border-color: rgb(199,86,240); }

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