Html Css Color HEX #C35DEC Medium Orchid

📋 copy color: '#C35DEC'

red 195 ◦ green 93 ◦ blue 236

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

Shades of Medium Orchid #C35DEC

Tints of Medium Orchid #C35DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.75%

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 37.21%
G = 17.75%
B = 45.04%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C35DEC (or 0xC35DEC) is known color: Medium Orchid. HEX triplet: C3, 5D and EC. RGB value is (195,93,236). Sum of RGB (Red+Green+Blue) = 195+93+236=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #C35DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35DEC is #3CA213. Grayscale: #8B8B8B. Windows color (decimal): -3973652 or 15490499. OLE color: 15490499.

HSL color Cylindrical-coordinate representation of color #C35DEC: hue angle of 282.8º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35DEC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 93 236 -
CMYK 0.17 0.61 0 0.07
HSL 282.8º 0.79% 0.65% -
HSV(B) 282.8º 0.61% 0.93% -
XYZ 41.56 25.49 82.09 -
YUV 139.8 182.29 167.37 -
System Red Green Blue C M Y K H S L
Decimal 195 93 236 0.17 0.61 0 0.07 282.8 0.79 0.65
Hex C3 5D EC 11 3D 0 7 11B 4F 41
Octal 303 135 354 21 75 0 7 433 117 101
Binary 11000011 1011101 11101100 10001 111101 0 111 100011011 1001111 1000001

Color Harmonies of #C35DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DEC

Black with #C35DEC

Text Example


Text Example

White with #C35DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DEC; }

 p { color: rgb(195,93,236); }

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

background-color css

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

 a { background-color: rgb(195,93,236); }

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

border-color css

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

 span { border-color: rgb(195,93,236); }

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