Html Css Color HEX #C359CD Medium Orchid

📋 copy color: '#C359CD'

red 195 ◦ green 89 ◦ blue 205

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

Shades of Medium Orchid #C359CD

Tints of Medium Orchid #C359CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 39.88%
G = 18.2%
B = 41.92%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C359CD (or 0xC359CD) is known color: Medium Orchid. HEX triplet: C3, 59 and CD. RGB value is (195,89,205). Sum of RGB (Red+Green+Blue) = 195+89+205=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #C359CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359CD is #3CA632. Grayscale: #858585. Windows color (decimal): -3974707 or 13457859. OLE color: 13457859.

HSL color Cylindrical-coordinate representation of color #C359CD: hue angle of 294.83º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C359CD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 89 205 -
CMYK 0.05 0.57 0 0.20
HSL 294.83º 0.54% 0.58% -
HSV(B) 294.83º 0.57% 0.8% -
XYZ 37.1 23.15 60.27 -
YUV 133.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 195 89 205 0.05 0.57 0 0.20 294.83 0.54 0.58
Hex C3 59 CD 5 39 0 14 127 36 3A
Octal 303 131 315 5 71 0 24 447 66 72
Binary 11000011 1011001 11001101 101 111001 0 10100 100100111 110110 111010

Color Harmonies of #C359CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359CD

Black with #C359CD

Text Example


Text Example

White with #C359CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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