Html Css Color HEX #C35ED1 Medium Orchid

📋 copy color: '#C35ED1'

red 195 ◦ green 94 ◦ blue 209

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

Shades of Medium Orchid #C35ED1

Tints of Medium Orchid #C35ED1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.88%

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 39.16%
G = 18.88%
B = 41.97%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C35ED1 (or 0xC35ED1) is known color: Medium Orchid. HEX triplet: C3, 5E and D1. RGB value is (195,94,209). Sum of RGB (Red+Green+Blue) = 195+94+209=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #C35ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35ED1 is #3CA12E. Grayscale: #888888. Windows color (decimal): -3973423 or 13721283. OLE color: 13721283.

HSL color Cylindrical-coordinate representation of color #C35ED1: hue angle of 292.7º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35ED1 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 94 209 -
CMYK 0.07 0.55 0 0.18
HSL 292.7º 0.56% 0.59% -
HSV(B) 292.7º 0.55% 0.82% -
XYZ 38.02 24.21 62.99 -
YUV 137.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 195 94 209 0.07 0.55 0 0.18 292.7 0.56 0.59
Hex C3 5E D1 7 37 0 12 125 38 3B
Octal 303 136 321 7 67 0 22 445 70 73
Binary 11000011 1011110 11010001 111 110111 0 10010 100100101 111000 111011

Color Harmonies of #C35ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35ED1

Black with #C35ED1

Text Example


Text Example

White with #C35ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35ED1; }

 p { color: rgb(195,94,209); }

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

background-color css

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

 a { background-color: rgb(195,94,209); }

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

border-color css

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

 span { border-color: rgb(195,94,209); }

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