Html Css Color HEX #C36EDD Medium Orchid

📋 copy color: '#C36EDD'

red 195 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #C36EDD

Tints of Medium Orchid #C36EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.91%

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

R = 37.07%
G = 20.91%
B = 42.02%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C36EDD (or 0xC36EDD) is known color: Medium Orchid. HEX triplet: C3, 6E and DD. RGB value is (195,110,221). Sum of RGB (Red+Green+Blue) = 195+110+221=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C36EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EDD is #3C9122. Grayscale: #939393. Windows color (decimal): -3969315 or 14511811. OLE color: 14511811.

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

Color convert

RGB 195 110 221 -
CMYK 0.12 0.50 0 0.13
HSL 285.95º 0.62% 0.65% -
HSV(B) 285.95º 0.5% 0.87% -
XYZ 41.13 27.97 71.64 -
YUV 148.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 195 110 221 0.12 0.50 0 0.13 285.95 0.62 0.65
Hex C3 6E DD C 32 0 D 11E 3E 41
Octal 303 156 335 14 62 0 15 436 76 101
Binary 11000011 1101110 11011101 1100 110010 0 1101 100011110 111110 1000001

Color Harmonies of #C36EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36EDD

Black with #C36EDD

Text Example


Text Example

White with #C36EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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