Html Css Color HEX #C336F5 Medium Orchid

📋 copy color: '#C336F5'

red 195 ◦ green 54 ◦ blue 245

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

Shades of Medium Orchid #C336F5

Tints of Medium Orchid #C336F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.6%

R = 39.47%
G = 10.93%
B = 49.6%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C336F5 (or 0xC336F5) is known color: Medium Orchid. HEX triplet: C3, 36 and F5. RGB value is (195,54,245). Sum of RGB (Red+Green+Blue) = 195+54+245=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 245 (96.09% from 255 or 49.60% from 494); Max value from RGB is 245 - color contains mainly: blue. Hex color #C336F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C336F5 is #3CC90A. Grayscale: #757575. Windows color (decimal): -3983627 or 16070339. OLE color: 16070339.

HSL color Cylindrical-coordinate representation of color #C336F5: hue angle of 284.29º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C336F5 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 54 245 -
CMYK 0.20 0.78 0 0.04
HSL 284.29º 0.91% 0.59% -
HSV(B) 284.29º 0.78% 0.96% -
XYZ 40.31 20.83 88.28 -
YUV 117.93 199.71 182.97 -
System Red Green Blue C M Y K H S L
Decimal 195 54 245 0.20 0.78 0 0.04 284.29 0.91 0.59
Hex C3 36 F5 14 4E 0 4 11C 5B 3B
Octal 303 66 365 24 116 0 4 434 133 73
Binary 11000011 110110 11110101 10100 1001110 0 100 100011100 1011011 111011

Color Harmonies of #C336F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C336F5

Black with #C336F5

Text Example


Text Example

White with #C336F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C336F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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