Html Css Color HEX #C356DB Medium Orchid

📋 copy color: '#C356DB'

red 195 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #C356DB

Tints of Medium Orchid #C356DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.2%

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

R = 39%
G = 17.2%
B = 43.8%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C356DB (or 0xC356DB) is known color: Medium Orchid. HEX triplet: C3, 56 and DB. RGB value is (195,86,219). Sum of RGB (Red+Green+Blue) = 195+86+219=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #C356DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356DB is #3CA924. Grayscale: #858585. Windows color (decimal): -3975461 or 14374595. OLE color: 14374595.

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

Color convert

RGB 195 86 219 -
CMYK 0.11 0.61 0 0.14
HSL 289.17º 0.65% 0.6% -
HSV(B) 289.17º 0.61% 0.86% -
XYZ 38.62 23.37 69.49 -
YUV 133.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 195 86 219 0.11 0.61 0 0.14 289.17 0.65 0.6
Hex C3 56 DB B 3D 0 E 121 41 3C
Octal 303 126 333 13 75 0 16 441 101 74
Binary 11000011 1010110 11011011 1011 111101 0 1110 100100001 1000001 111100

Color Harmonies of #C356DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356DB

Black with #C356DB

Text Example


Text Example

White with #C356DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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