Html Css Color HEX #C336E4 Medium Orchid

📋 copy color: '#C336E4'

red 195 ◦ green 54 ◦ blue 228

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

Shades of Medium Orchid #C336E4

Tints of Medium Orchid #C336E4

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.32%

 BLUE value IS 228 (89.45% from 255) = 47.8%

R = 40.88%
G = 11.32%
B = 47.8%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C336E4 (or 0xC336E4) is known color: Medium Orchid. HEX triplet: C3, 36 and E4. RGB value is (195,54,228). Sum of RGB (Red+Green+Blue) = 195+54+228=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #C336E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336E4 is #3CC91B. Grayscale: #737373. Windows color (decimal): -3983644 or 14956227. OLE color: 14956227.

HSL color Cylindrical-coordinate representation of color #C336E4: hue angle of 288.62º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C336E4 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 54 228 -
CMYK 0.14 0.76 0 0.11
HSL 288.62º 0.76% 0.55% -
HSV(B) 288.62º 0.76% 0.89% -
XYZ 37.83 19.84 75.23 -
YUV 116 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 195 54 228 0.14 0.76 0 0.11 288.62 0.76 0.55
Hex C3 36 E4 E 4C 0 B 121 4C 37
Octal 303 66 344 16 114 0 13 441 114 67
Binary 11000011 110110 11100100 1110 1001100 0 1011 100100001 1001100 110111

Color Harmonies of #C336E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C336E4

Black with #C336E4

Text Example


Text Example

White with #C336E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C336E4; }

 p { color: rgb(195,54,228); }

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

background-color css

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

 a { background-color: rgb(195,54,228); }

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

border-color css

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

 span { border-color: rgb(195,54,228); }

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