Html Css Color HEX #C356DD Medium Orchid

📋 copy color: '#C356DD'

red 195 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #C356DD

Tints of Medium Orchid #C356DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 38.84%
G = 17.13%
B = 44.02%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C356DD (or 0xC356DD) is known color: Medium Orchid. HEX triplet: C3, 56 and DD. RGB value is (195,86,221). Sum of RGB (Red+Green+Blue) = 195+86+221=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #C356DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356DD is #3CA922. Grayscale: #858585. Windows color (decimal): -3975459 or 14505667. OLE color: 14505667.

HSL color Cylindrical-coordinate representation of color #C356DD: hue angle of 288.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C356DD is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 86 221 -
CMYK 0.12 0.61 0 0.13
HSL 288.44º 0.67% 0.6% -
HSV(B) 288.44º 0.61% 0.87% -
XYZ 38.88 23.48 70.89 -
YUV 133.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 195 86 221 0.12 0.61 0 0.13 288.44 0.67 0.6
Hex C3 56 DD C 3D 0 D 120 43 3C
Octal 303 126 335 14 75 0 15 440 103 74
Binary 11000011 1010110 11011101 1100 111101 0 1101 100100000 1000011 111100

Color Harmonies of #C356DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356DD

Black with #C356DD

Text Example


Text Example

White with #C356DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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