Html Css Color HEX #C36BD2 Medium Orchid

📋 copy color: '#C36BD2'

red 195 ◦ green 107 ◦ blue 210

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

Shades of Medium Orchid #C36BD2

Tints of Medium Orchid #C36BD2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

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

R = 38.09%
G = 20.9%
B = 41.02%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C36BD2 (or 0xC36BD2) is known color: Medium Orchid. HEX triplet: C3, 6B and D2. RGB value is (195,107,210). Sum of RGB (Red+Green+Blue) = 195+107+210=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #C36BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BD2 is #3C942D. Grayscale: #909090. Windows color (decimal): -3970094 or 13790147. OLE color: 13790147.

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

Color convert

RGB 195 107 210 -
CMYK 0.07 0.49 0 0.18
HSL 291.26º 0.53% 0.62% -
HSV(B) 291.26º 0.49% 0.82% -
XYZ 39.4 26.77 64.06 -
YUV 145.05 164.65 163.62 -
System Red Green Blue C M Y K H S L
Decimal 195 107 210 0.07 0.49 0 0.18 291.26 0.53 0.62
Hex C3 6B D2 7 31 0 12 123 35 3E
Octal 303 153 322 7 61 0 22 443 65 76
Binary 11000011 1101011 11010010 111 110001 0 10010 100100011 110101 111110

Color Harmonies of #C36BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36BD2

Black with #C36BD2

Text Example


Text Example

White with #C36BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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