Html Css Color HEX #C354EF Medium Orchid

📋 copy color: '#C354EF'

red 195 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #C354EF

Tints of Medium Orchid #C354EF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.22%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 37.64%
G = 16.22%
B = 46.14%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C354EF (or 0xC354EF) is known color: Medium Orchid. HEX triplet: C3, 54 and EF. RGB value is (195,84,239). Sum of RGB (Red+Green+Blue) = 195+84+239=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #C354EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C354EF is #3CAB10. Grayscale: #868686. Windows color (decimal): -3975953 or 15684803. OLE color: 15684803.

HSL color Cylindrical-coordinate representation of color #C354EF: hue angle of 282.97º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C354EF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 84 239 -
CMYK 0.18 0.65 0 0.06
HSL 282.97º 0.83% 0.63% -
HSV(B) 282.97º 0.65% 0.94% -
XYZ 41.26 24.17 84.15 -
YUV 134.86 186.77 170.9 -
System Red Green Blue C M Y K H S L
Decimal 195 84 239 0.18 0.65 0 0.06 282.97 0.83 0.63
Hex C3 54 EF 12 41 0 6 11B 53 3F
Octal 303 124 357 22 101 0 6 433 123 77
Binary 11000011 1010100 11101111 10010 1000001 0 110 100011011 1010011 111111

Color Harmonies of #C354EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C354EF

Black with #C354EF

Text Example


Text Example

White with #C354EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C354EF; }

 p { color: rgb(195,84,239); }

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

background-color css

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

 a { background-color: rgb(195,84,239); }

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

border-color css

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

 span { border-color: rgb(195,84,239); }

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