Html Css Color HEX #C36BDB Medium Orchid

📋 copy color: '#C36BDB'

red 195 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #C36BDB

Tints of Medium Orchid #C36BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 37.43%
G = 20.54%
B = 42.03%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C36BDB (or 0xC36BDB) is known color: Medium Orchid. HEX triplet: C3, 6B and DB. RGB value is (195,107,219). Sum of RGB (Red+Green+Blue) = 195+107+219=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #C36BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BDB is #3C9424. Grayscale: #919191. Windows color (decimal): -3970085 or 14379971. OLE color: 14379971.

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

Color convert

RGB 195 107 219 -
CMYK 0.11 0.51 0 0.14
HSL 287.14º 0.61% 0.64% -
HSV(B) 287.14º 0.51% 0.86% -
XYZ 40.55 27.23 70.14 -
YUV 146.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 195 107 219 0.11 0.51 0 0.14 287.14 0.61 0.64
Hex C3 6B DB B 33 0 E 11F 3D 40
Octal 303 153 333 13 63 0 16 437 75 100
Binary 11000011 1101011 11011011 1011 110011 0 1110 100011111 111101 1000000

Color Harmonies of #C36BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36BDB

Black with #C36BDB

Text Example


Text Example

White with #C36BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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