Html Css Color HEX #C756ED Medium Orchid

📋 copy color: '#C756ED'

red 199 ◦ green 86 ◦ blue 237

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

Shades of Medium Orchid #C756ED

Tints of Medium Orchid #C756ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 38.12%
G = 16.48%
B = 45.4%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C756ED (or 0xC756ED) is known color: Medium Orchid. HEX triplet: C7, 56 and ED. RGB value is (199,86,237). Sum of RGB (Red+Green+Blue) = 199+86+237=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 86 (33.98% from 255 or 16.48% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #C756ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C756ED is #38A912. Grayscale: #888888. Windows color (decimal): -3713299 or 15554247. OLE color: 15554247.

HSL color Cylindrical-coordinate representation of color #C756ED: hue angle of 284.9º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C756ED is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 86 237 -
CMYK 0.16 0.64 0 0.07
HSL 284.9º 0.81% 0.63% -
HSV(B) 284.9º 0.64% 0.93% -
XYZ 42.17 24.91 82.71 -
YUV 137 184.44 172.22 -
System Red Green Blue C M Y K H S L
Decimal 199 86 237 0.16 0.64 0 0.07 284.9 0.81 0.63
Hex C7 56 ED 10 40 0 7 11D 51 3F
Octal 307 126 355 20 100 0 7 435 121 77
Binary 11000111 1010110 11101101 10000 1000000 0 111 100011101 1010001 111111

Color Harmonies of #C756ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C756ED

Black with #C756ED

Text Example


Text Example

White with #C756ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C756ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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