Html Css Color HEX #C359DC Medium Orchid

📋 copy color: '#C359DC'

red 195 ◦ green 89 ◦ blue 220

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

Shades of Medium Orchid #C359DC

Tints of Medium Orchid #C359DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 38.69%
G = 17.66%
B = 43.65%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C359DC (or 0xC359DC) is known color: Medium Orchid. HEX triplet: C3, 59 and DC. RGB value is (195,89,220). Sum of RGB (Red+Green+Blue) = 195+89+220=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #C359DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359DC is #3CA623. Grayscale: #878787. Windows color (decimal): -3974692 or 14440899. OLE color: 14440899.

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

Color convert

RGB 195 89 220 -
CMYK 0.11 0.60 0 0.14
HSL 288.55º 0.65% 0.61% -
HSV(B) 288.55º 0.6% 0.86% -
XYZ 39 23.91 70.27 -
YUV 135.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 195 89 220 0.11 0.60 0 0.14 288.55 0.65 0.61
Hex C3 59 DC B 3C 0 E 121 41 3D
Octal 303 131 334 13 74 0 16 441 101 75
Binary 11000011 1011001 11011100 1011 111100 0 1110 100100001 1000001 111101

Color Harmonies of #C359DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359DC

Black with #C359DC

Text Example


Text Example

White with #C359DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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