Html Css Color HEX #C359CE Medium Orchid

📋 copy color: '#C359CE'

red 195 ◦ green 89 ◦ blue 206

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

Shades of Medium Orchid #C359CE

Tints of Medium Orchid #C359CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 39.8%
G = 18.16%
B = 42.04%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C359CE (or 0xC359CE) is known color: Medium Orchid. HEX triplet: C3, 59 and CE. RGB value is (195,89,206). Sum of RGB (Red+Green+Blue) = 195+89+206=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #C359CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359CE is #3CA631. Grayscale: #858585. Windows color (decimal): -3974706 or 13523395. OLE color: 13523395.

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

Color convert

RGB 195 89 206 -
CMYK 0.05 0.57 0 0.19
HSL 294.36º 0.54% 0.58% -
HSV(B) 294.36º 0.57% 0.81% -
XYZ 37.22 23.2 60.91 -
YUV 134.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 195 89 206 0.05 0.57 0 0.19 294.36 0.54 0.58
Hex C3 59 CE 5 39 0 13 126 36 3A
Octal 303 131 316 5 71 0 23 446 66 72
Binary 11000011 1011001 11001110 101 111001 0 10011 100100110 110110 111010

Color Harmonies of #C359CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C359CE

Black with #C359CE

Text Example


Text Example

White with #C359CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C359CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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