Html Css Color HEX #C736DC Medium Orchid

📋 copy color: '#C736DC'

red 199 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #C736DC

Tints of Medium Orchid #C736DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.42%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 42.07%
G = 11.42%
B = 46.51%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C736DC (or 0xC736DC) is known color: Medium Orchid. HEX triplet: C7, 36 and DC. RGB value is (199,54,220). Sum of RGB (Red+Green+Blue) = 199+54+220=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #C736DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736DC is #38C923. Grayscale: #737373. Windows color (decimal): -3721508 or 14431943. OLE color: 14431943.

HSL color Cylindrical-coordinate representation of color #C736DC: hue angle of 292.41º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C736DC is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 54 220 -
CMYK 0.10 0.75 0 0.14
HSL 292.41º 0.7% 0.54% -
HSV(B) 292.41º 0.75% 0.86% -
XYZ 37.79 19.95 69.57 -
YUV 116.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 199 54 220 0.10 0.75 0 0.14 292.41 0.7 0.54
Hex C7 36 DC A 4B 0 E 124 46 36
Octal 307 66 334 12 113 0 16 444 106 66
Binary 11000111 110110 11011100 1010 1001011 0 1110 100100100 1000110 110110

Color Harmonies of #C736DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C736DC

Black with #C736DC

Text Example


Text Example

White with #C736DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C736DC; }

 p { color: rgb(199,54,220); }

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

background-color css

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

 a { background-color: rgb(199,54,220); }

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

border-color css

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

 span { border-color: rgb(199,54,220); }

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