Html Css Color HEX #C256DD Medium Orchid

📋 copy color: '#C256DD'

red 194 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #C256DD

Tints of Medium Orchid #C256DD

RGB

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

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

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

R = 38.72%
G = 17.17%
B = 44.11%

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

#C256DD (or 0xC256DD) is known color: Medium Orchid. HEX triplet: C2, 56 and DD. RGB value is (194,86,221). Sum of RGB (Red+Green+Blue) = 194+86+221=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #C256DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256DD is #3DA922. Grayscale: #858585. Windows color (decimal): -4040995 or 14505666. OLE color: 14505666.

HSL color Cylindrical-coordinate representation of color #C256DD: hue angle of 288º 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 #C256DD is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 86 221 -
CMYK 0.12 0.61 0 0.13
HSL 288º 0.67% 0.6% -
HSV(B) 288º 0.61% 0.87% -
XYZ 38.63 23.35 70.88 -
YUV 133.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 194 86 221 0.12 0.61 0 0.13 288 0.67 0.6
Hex C2 56 DD C 3D 0 D 120 43 3C
Octal 302 126 335 14 75 0 15 440 103 74
Binary 11000010 1010110 11011101 1100 111101 0 1101 100100000 1000011 111100

Color Harmonies of #C256DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256DD

Black with #C256DD

Text Example


Text Example

White with #C256DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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