Html Css Color HEX #C756EF Medium Orchid

📋 copy color: '#C756EF'

red 199 ◦ green 86 ◦ blue 239

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

Shades of Medium Orchid #C756EF

Tints of Medium Orchid #C756EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.61%

R = 37.98%
G = 16.41%
B = 45.61%

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

#C756EF (or 0xC756EF) is known color: Medium Orchid. HEX triplet: C7, 56 and EF. RGB value is (199,86,239). Sum of RGB (Red+Green+Blue) = 199+86+239=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #C756EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C756EF is #38A910. Grayscale: #888888. Windows color (decimal): -3713297 or 15685319. OLE color: 15685319.

HSL color Cylindrical-coordinate representation of color #C756EF: hue angle of 284.31º degrees, saturation: 0.83, 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 #C756EF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 86 239 -
CMYK 0.17 0.64 0 0.06
HSL 284.31º 0.83% 0.64% -
HSV(B) 284.31º 0.64% 0.94% -
XYZ 42.46 25.03 84.25 -
YUV 137.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 199 86 239 0.17 0.64 0 0.06 284.31 0.83 0.64
Hex C7 56 EF 11 40 0 6 11C 53 40
Octal 307 126 357 21 100 0 6 434 123 100
Binary 11000111 1010110 11101111 10001 1000000 0 110 100011100 1010011 1000000

Color Harmonies of #C756EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C756EF

Black with #C756EF

Text Example


Text Example

White with #C756EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C756EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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