Html Css Color HEX #C338EC Medium Orchid

📋 copy color: '#C338EC'

red 195 ◦ green 56 ◦ blue 236

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

Shades of Medium Orchid #C338EC

Tints of Medium Orchid #C338EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.5%

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

R = 40.04%
G = 11.5%
B = 48.46%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C338EC (or 0xC338EC) is known color: Medium Orchid. HEX triplet: C3, 38 and EC. RGB value is (195,56,236). Sum of RGB (Red+Green+Blue) = 195+56+236=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 56 (22.27% from 255 or 11.50% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #C338EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C338EC is #3CC713. Grayscale: #757575. Windows color (decimal): -3983124 or 15481027. OLE color: 15481027.

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

Color convert

RGB 195 56 236 -
CMYK 0.17 0.76 0 0.07
HSL 286.33º 0.83% 0.57% -
HSV(B) 286.33º 0.76% 0.93% -
XYZ 39.06 20.49 81.25 -
YUV 118.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 195 56 236 0.17 0.76 0 0.07 286.33 0.83 0.57
Hex C3 38 EC 11 4C 0 7 11E 53 39
Octal 303 70 354 21 114 0 7 436 123 71
Binary 11000011 111000 11101100 10001 1001100 0 111 100011110 1010011 111001

Color Harmonies of #C338EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C338EC

Black with #C338EC

Text Example


Text Example

White with #C338EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C338EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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