Html Css Color HEX #C353EF Medium Orchid

📋 copy color: '#C353EF'

red 195 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #C353EF

Tints of Medium Orchid #C353EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.05%

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

R = 37.72%
G = 16.05%
B = 46.23%

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

#C353EF (or 0xC353EF) is known color: Medium Orchid. HEX triplet: C3, 53 and EF. RGB value is (195,83,239). Sum of RGB (Red+Green+Blue) = 195+83+239=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #C353EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353EF is #3CAC10. Grayscale: #858585. Windows color (decimal): -3976209 or 15684547. OLE color: 15684547.

HSL color Cylindrical-coordinate representation of color #C353EF: hue angle of 283.08º 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 #C353EF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 83 239 -
CMYK 0.18 0.65 0 0.06
HSL 283.08º 0.83% 0.63% -
HSV(B) 283.08º 0.65% 0.94% -
XYZ 41.18 24.02 84.13 -
YUV 134.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 195 83 239 0.18 0.65 0 0.06 283.08 0.83 0.63
Hex C3 53 EF 12 41 0 6 11B 53 3F
Octal 303 123 357 22 101 0 6 433 123 77
Binary 11000011 1010011 11101111 10010 1000001 0 110 100011011 1010011 111111

Color Harmonies of #C353EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353EF

Black with #C353EF

Text Example


Text Example

White with #C353EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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