Html Css Color HEX #C756DD Medium Orchid

📋 copy color: '#C756DD'

red 199 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #C756DD

Tints of Medium Orchid #C756DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 39.33%
G = 17%
B = 43.68%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C756DD (or 0xC756DD) is known color: Medium Orchid. HEX triplet: C7, 56 and DD. RGB value is (199,86,221). Sum of RGB (Red+Green+Blue) = 199+86+221=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #C756DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C756DD is #38A922. Grayscale: #868686. Windows color (decimal): -3713315 or 14505671. OLE color: 14505671.

HSL color Cylindrical-coordinate representation of color #C756DD: hue angle of 290.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C756DD is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 86 221 -
CMYK 0.10 0.61 0 0.13
HSL 290.22º 0.67% 0.6% -
HSV(B) 290.22º 0.61% 0.87% -
XYZ 39.93 24.02 70.94 -
YUV 135.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 199 86 221 0.10 0.61 0 0.13 290.22 0.67 0.6
Hex C7 56 DD A 3D 0 D 122 43 3C
Octal 307 126 335 12 75 0 15 442 103 74
Binary 11000111 1010110 11011101 1010 111101 0 1101 100100010 1000011 111100

Color Harmonies of #C756DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C756DD

Black with #C756DD

Text Example


Text Example

White with #C756DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C756DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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