Html Css Color HEX #C36DDC Medium Orchid

📋 copy color: '#C36DDC'

red 195 ◦ green 109 ◦ blue 220

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

Shades of Medium Orchid #C36DDC

Tints of Medium Orchid #C36DDC

RGB

 RED value IS 195 (76.56% from 255) = 37.21%

 GREEN value IS 109 (42.97% from 255) = 20.8%

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

R = 37.21%
G = 20.8%
B = 41.98%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C36DDC (or 0xC36DDC) is known color: Medium Orchid. HEX triplet: C3, 6D and DC. RGB value is (195,109,220). Sum of RGB (Red+Green+Blue) = 195+109+220=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #C36DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DDC is #3C9223. Grayscale: #939393. Windows color (decimal): -3969572 or 14446019. OLE color: 14446019.

HSL color Cylindrical-coordinate representation of color #C36DDC: hue angle of 286.49º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36DDC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 109 220 -
CMYK 0.11 0.50 0 0.14
HSL 286.49º 0.61% 0.65% -
HSV(B) 286.49º 0.5% 0.86% -
XYZ 40.89 27.71 70.9 -
YUV 147.37 168.99 161.97 -
System Red Green Blue C M Y K H S L
Decimal 195 109 220 0.11 0.50 0 0.14 286.49 0.61 0.65
Hex C3 6D DC B 32 0 E 11E 3D 41
Octal 303 155 334 13 62 0 16 436 75 101
Binary 11000011 1101101 11011100 1011 110010 0 1110 100011110 111101 1000001

Color Harmonies of #C36DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36DDC

Black with #C36DDC

Text Example


Text Example

White with #C36DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36DDC; }

 p { color: rgb(195,109,220); }

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

background-color css

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

 a { background-color: rgb(195,109,220); }

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

border-color css

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

 span { border-color: rgb(195,109,220); }

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