Html Css Color HEX #C256DC Medium Orchid

📋 copy color: '#C256DC'

red 194 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #C256DC

Tints of Medium Orchid #C256DC

RGB

 RED value IS 194 (76.17% from 255) = 38.8%

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 38.8%
G = 17.2%
B = 44%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C256DC (or 0xC256DC) is known color: Medium Orchid. HEX triplet: C2, 56 and DC. RGB value is (194,86,220). Sum of RGB (Red+Green+Blue) = 194+86+220=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #C256DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256DC is #3DA923. Grayscale: #858585. Windows color (decimal): -4040996 or 14440130. OLE color: 14440130.

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

Color convert

RGB 194 86 220 -
CMYK 0.12 0.61 0 0.14
HSL 288.36º 0.66% 0.6% -
HSV(B) 288.36º 0.61% 0.86% -
XYZ 38.49 23.29 70.18 -
YUV 133.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 194 86 220 0.12 0.61 0 0.14 288.36 0.66 0.6
Hex C2 56 DC C 3D 0 E 120 42 3C
Octal 302 126 334 14 75 0 16 440 102 74
Binary 11000010 1010110 11011100 1100 111101 0 1110 100100000 1000010 111100

Color Harmonies of #C256DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256DC

Black with #C256DC

Text Example


Text Example

White with #C256DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256DC; }

 p { color: rgb(194,86,220); }

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

background-color css

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

 a { background-color: rgb(194,86,220); }

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

border-color css

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

 span { border-color: rgb(194,86,220); }

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