Html Css Color HEX #C353EE Medium Orchid

📋 copy color: '#C353EE'

red 195 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #C353EE

Tints of Medium Orchid #C353EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 37.79%
G = 16.09%
B = 46.12%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C353EE (or 0xC353EE) is known color: Medium Orchid. HEX triplet: C3, 53 and EE. RGB value is (195,83,238). Sum of RGB (Red+Green+Blue) = 195+83+238=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #C353EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C353EE is #3CAC11. Grayscale: #858585. Windows color (decimal): -3976210 or 15619011. OLE color: 15619011.

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

Color convert

RGB 195 83 238 -
CMYK 0.18 0.65 0 0.07
HSL 283.35º 0.82% 0.63% -
HSV(B) 283.35º 0.65% 0.93% -
XYZ 41.03 23.96 83.35 -
YUV 134.16 186.61 171.4 -
System Red Green Blue C M Y K H S L
Decimal 195 83 238 0.18 0.65 0 0.07 283.35 0.82 0.63
Hex C3 53 EE 12 41 0 7 11B 52 3F
Octal 303 123 356 22 101 0 7 433 122 77
Binary 11000011 1010011 11101110 10010 1000001 0 111 100011011 1010010 111111

Color Harmonies of #C353EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C353EE

Black with #C353EE

Text Example


Text Example

White with #C353EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C353EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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