Html Css Color HEX #C359DB Medium Orchid

📋 copy color: '#C359DB'

red 195 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #C359DB

Tints of Medium Orchid #C359DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.69%

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

R = 38.77%
G = 17.69%
B = 43.54%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C359DB (or 0xC359DB) is known color: Medium Orchid. HEX triplet: C3, 59 and DB. RGB value is (195,89,219). Sum of RGB (Red+Green+Blue) = 195+89+219=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #C359DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359DB is #3CA624. Grayscale: #878787. Windows color (decimal): -3974693 or 14375363. OLE color: 14375363.

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

Color convert

RGB 195 89 219 -
CMYK 0.11 0.59 0 0.14
HSL 288.92º 0.64% 0.6% -
HSV(B) 288.92º 0.59% 0.86% -
XYZ 38.86 23.86 69.58 -
YUV 135.51 175.12 170.43 -
System Red Green Blue C M Y K H S L
Decimal 195 89 219 0.11 0.59 0 0.14 288.92 0.64 0.6
Hex C3 59 DB B 3B 0 E 121 40 3C
Octal 303 131 333 13 73 0 16 441 100 74
Binary 11000011 1011001 11011011 1011 111011 0 1110 100100001 1000000 111100

Color Harmonies of #C359DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359DB

Black with #C359DB

Text Example


Text Example

White with #C359DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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