Html Css Color HEX #C356EF Medium Orchid

📋 copy color: '#C356EF'

red 195 ◦ green 86 ◦ blue 239

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

Shades of Medium Orchid #C356EF

Tints of Medium Orchid #C356EF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.54%

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 37.5%
G = 16.54%
B = 45.96%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C356EF (or 0xC356EF) is known color: Medium Orchid. HEX triplet: C3, 56 and EF. RGB value is (195,86,239). Sum of RGB (Red+Green+Blue) = 195+86+239=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #C356EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C356EF is #3CA910. Grayscale: #878787. Windows color (decimal): -3975441 or 15685315. OLE color: 15685315.

HSL color Cylindrical-coordinate representation of color #C356EF: hue angle of 282.75º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C356EF is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 86 239 -
CMYK 0.18 0.64 0 0.06
HSL 282.75º 0.83% 0.64% -
HSV(B) 282.75º 0.64% 0.94% -
XYZ 41.41 24.49 84.21 -
YUV 136.03 186.11 170.06 -
System Red Green Blue C M Y K H S L
Decimal 195 86 239 0.18 0.64 0 0.06 282.75 0.83 0.64
Hex C3 56 EF 12 40 0 6 11B 53 40
Octal 303 126 357 22 100 0 6 433 123 100
Binary 11000011 1010110 11101111 10010 1000000 0 110 100011011 1010011 1000000

Color Harmonies of #C356EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356EF

Black with #C356EF

Text Example


Text Example

White with #C356EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356EF; }

 p { color: rgb(195,86,239); }

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

background-color css

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

 a { background-color: rgb(195,86,239); }

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

border-color css

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

 span { border-color: rgb(195,86,239); }

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