Html Css Color HEX #C35FEC Medium Orchid

📋 copy color: '#C35FEC'

red 195 ◦ green 95 ◦ blue 236

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

Shades of Medium Orchid #C35FEC

Tints of Medium Orchid #C35FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.06%

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

R = 37.07%
G = 18.06%
B = 44.87%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C35FEC (or 0xC35FEC) is known color: Medium Orchid. HEX triplet: C3, 5F and EC. RGB value is (195,95,236). Sum of RGB (Red+Green+Blue) = 195+95+236=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #C35FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FEC is #3CA013. Grayscale: #8C8C8C. Windows color (decimal): -3973140 or 15491011. OLE color: 15491011.

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

Color convert

RGB 195 95 236 -
CMYK 0.17 0.60 0 0.07
HSL 282.55º 0.79% 0.65% -
HSV(B) 282.55º 0.6% 0.93% -
XYZ 41.74 25.84 82.15 -
YUV 140.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 195 95 236 0.17 0.60 0 0.07 282.55 0.79 0.65
Hex C3 5F EC 11 3C 0 7 11B 4F 41
Octal 303 137 354 21 74 0 7 433 117 101
Binary 11000011 1011111 11101100 10001 111100 0 111 100011011 1001111 1000001

Color Harmonies of #C35FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FEC

Black with #C35FEC

Text Example


Text Example

White with #C35FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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