Html Css Color HEX #C356CE Medium Orchid

📋 copy color: '#C356CE'

red 195 ◦ green 86 ◦ blue 206

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

Shades of Medium Orchid #C356CE

Tints of Medium Orchid #C356CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 40.04%
G = 17.66%
B = 42.3%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C356CE (or 0xC356CE) is known color: Medium Orchid. HEX triplet: C3, 56 and CE. RGB value is (195,86,206). Sum of RGB (Red+Green+Blue) = 195+86+206=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C356CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356CE is #3CA931. Grayscale: #838383. Windows color (decimal): -3975474 or 13522627. OLE color: 13522627.

HSL color Cylindrical-coordinate representation of color #C356CE: hue angle of 294.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C356CE is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 86 206 -
CMYK 0.05 0.58 0 0.19
HSL 294.5º 0.55% 0.57% -
HSV(B) 294.5º 0.58% 0.81% -
XYZ 36.97 22.71 60.83 -
YUV 132.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 195 86 206 0.05 0.58 0 0.19 294.5 0.55 0.57
Hex C3 56 CE 5 3A 0 13 126 37 39
Octal 303 126 316 5 72 0 23 446 67 71
Binary 11000011 1010110 11001110 101 111010 0 10011 100100110 110111 111001

Color Harmonies of #C356CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356CE

Black with #C356CE

Text Example


Text Example

White with #C356CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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