Html Css Color HEX #C36DD2 Medium Orchid

📋 copy color: '#C36DD2'

red 195 ◦ green 109 ◦ blue 210

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

Shades of Medium Orchid #C36DD2

Tints of Medium Orchid #C36DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.86%

R = 37.94%
G = 21.21%
B = 40.86%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C36DD2 (or 0xC36DD2) is known color: Medium Orchid. HEX triplet: C3, 6D and D2. RGB value is (195,109,210). Sum of RGB (Red+Green+Blue) = 195+109+210=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 210 - color contains mainly: blue. Hex color #C36DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DD2 is #3C922D. Grayscale: #919191. Windows color (decimal): -3969582 or 13790659. OLE color: 13790659.

HSL color Cylindrical-coordinate representation of color #C36DD2: hue angle of 291.09º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36DD2 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 109 210 -
CMYK 0.07 0.48 0 0.18
HSL 291.09º 0.53% 0.63% -
HSV(B) 291.09º 0.48% 0.82% -
XYZ 39.61 27.19 64.13 -
YUV 146.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 195 109 210 0.07 0.48 0 0.18 291.09 0.53 0.63
Hex C3 6D D2 7 30 0 12 123 35 3F
Octal 303 155 322 7 60 0 22 443 65 77
Binary 11000011 1101101 11010010 111 110000 0 10010 100100011 110101 111111

Color Harmonies of #C36DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36DD2

Black with #C36DD2

Text Example


Text Example

White with #C36DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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