Html Css Color HEX #C36ADB Medium Orchid

📋 copy color: '#C36ADB'

red 195 ◦ green 106 ◦ blue 219

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

Shades of Medium Orchid #C36ADB

Tints of Medium Orchid #C36ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.38%

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

R = 37.5%
G = 20.38%
B = 42.12%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C36ADB (or 0xC36ADB) is known color: Medium Orchid. HEX triplet: C3, 6A and DB. RGB value is (195,106,219). Sum of RGB (Red+Green+Blue) = 195+106+219=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #C36ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ADB is #3C9524. Grayscale: #919191. Windows color (decimal): -3970341 or 14379715. OLE color: 14379715.

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

Color convert

RGB 195 106 219 -
CMYK 0.11 0.52 0 0.14
HSL 287.26º 0.61% 0.64% -
HSV(B) 287.26º 0.52% 0.86% -
XYZ 40.45 27.02 70.1 -
YUV 145.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 195 106 219 0.11 0.52 0 0.14 287.26 0.61 0.64
Hex C3 6A DB B 34 0 E 11F 3D 40
Octal 303 152 333 13 64 0 16 437 75 100
Binary 11000011 1101010 11011011 1011 110100 0 1110 100011111 111101 1000000

Color Harmonies of #C36ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36ADB

Black with #C36ADB

Text Example


Text Example

White with #C36ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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