Html Css Color HEX #C056DD Medium Orchid

📋 copy color: '#C056DD'

red 192 ◦ green 86 ◦ blue 221

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

Shades of Medium Orchid #C056DD

Tints of Medium Orchid #C056DD

RGB

 RED value IS 192 (75.39% from 255) = 38.48%

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

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

R = 38.48%
G = 17.23%
B = 44.29%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C056DD (or 0xC056DD) is known color: Medium Orchid. HEX triplet: C0, 56 and DD. RGB value is (192,86,221). Sum of RGB (Red+Green+Blue) = 192+86+221=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C056DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056DD is #3FA922. Grayscale: #848484. Windows color (decimal): -4172067 or 14505664. OLE color: 14505664.

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

Color convert

RGB 192 86 221 -
CMYK 0.13 0.61 0 0.13
HSL 287.11º 0.67% 0.6% -
HSV(B) 287.11º 0.61% 0.87% -
XYZ 38.12 23.08 70.85 -
YUV 133.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 192 86 221 0.13 0.61 0 0.13 287.11 0.67 0.6
Hex C0 56 DD D 3D 0 D 11F 43 3C
Octal 300 126 335 15 75 0 15 437 103 74
Binary 11000000 1010110 11011101 1101 111101 0 1101 100011111 1000011 111100

Color Harmonies of #C056DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056DD

Black with #C056DD

Text Example


Text Example

White with #C056DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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