Html Css Color HEX #C336ED Medium Orchid

📋 copy color: '#C336ED'

red 195 ◦ green 54 ◦ blue 237

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

Shades of Medium Orchid #C336ED

Tints of Medium Orchid #C336ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 40.12%
G = 11.11%
B = 48.77%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C336ED (or 0xC336ED) is known color: Medium Orchid. HEX triplet: C3, 36 and ED. RGB value is (195,54,237). Sum of RGB (Red+Green+Blue) = 195+54+237=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #C336ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C336ED is #3CC912. Grayscale: #747474. Windows color (decimal): -3983635 or 15546051. OLE color: 15546051.

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

Color convert

RGB 195 54 237 -
CMYK 0.18 0.77 0 0.07
HSL 286.23º 0.84% 0.57% -
HSV(B) 286.23º 0.77% 0.93% -
XYZ 39.11 20.35 81.99 -
YUV 117.02 195.71 183.62 -
System Red Green Blue C M Y K H S L
Decimal 195 54 237 0.18 0.77 0 0.07 286.23 0.84 0.57
Hex C3 36 ED 12 4D 0 7 11E 54 39
Octal 303 66 355 22 115 0 7 436 124 71
Binary 11000011 110110 11101101 10010 1001101 0 111 100011110 1010100 111001

Color Harmonies of #C336ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C336ED

Black with #C336ED

Text Example


Text Example

White with #C336ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C336ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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