Html Css Color HEX #C36DDD Medium Orchid

📋 copy color: '#C36DDD'

red 195 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #C36DDD

Tints of Medium Orchid #C36DDD

RGB

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

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

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

R = 37.14%
G = 20.76%
B = 42.1%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C36DDD (or 0xC36DDD) is known color: Medium Orchid. HEX triplet: C3, 6D and DD. RGB value is (195,109,221). Sum of RGB (Red+Green+Blue) = 195+109+221=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C36DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DDD is #3C9222. Grayscale: #939393. Windows color (decimal): -3969571 or 14511555. OLE color: 14511555.

HSL color Cylindrical-coordinate representation of color #C36DDD: hue angle of 286.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36DDD is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 109 221 -
CMYK 0.12 0.51 0 0.13
HSL 286.07º 0.62% 0.65% -
HSV(B) 286.07º 0.51% 0.87% -
XYZ 41.03 27.76 71.6 -
YUV 147.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 195 109 221 0.12 0.51 0 0.13 286.07 0.62 0.65
Hex C3 6D DD C 33 0 D 11E 3E 41
Octal 303 155 335 14 63 0 15 436 76 101
Binary 11000011 1101101 11011101 1100 110011 0 1101 100011110 111110 1000001

Color Harmonies of #C36DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36DDD

Black with #C36DDD

Text Example


Text Example

White with #C36DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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