Html Css Color HEX #C056CC Medium Orchid

📋 copy color: '#C056CC'

red 192 ◦ green 86 ◦ blue 204

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

Shades of Medium Orchid #C056CC

Tints of Medium Orchid #C056CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 39.83%
G = 17.84%
B = 42.32%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C056CC (or 0xC056CC) is known color: Medium Orchid. HEX triplet: C0, 56 and CC. RGB value is (192,86,204). Sum of RGB (Red+Green+Blue) = 192+86+204=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #C056CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056CC is #3FA933. Grayscale: #828282. Windows color (decimal): -4172084 or 13391552. OLE color: 13391552.

HSL color Cylindrical-coordinate representation of color #C056CC: hue angle of 293.9º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C056CC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 86 204 -
CMYK 0.06 0.58 0 0.2
HSL 293.9º 0.54% 0.57% -
HSV(B) 293.9º 0.58% 0.8% -
XYZ 35.97 22.22 59.52 -
YUV 131.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 192 86 204 0.06 0.58 0 0.2 293.9 0.54 0.57
Hex C0 56 CC 6 3A 0 14 126 36 39
Octal 300 126 314 6 72 0 24 446 66 71
Binary 11000000 1010110 11001100 110 111010 0 10100 100100110 110110 111001

Color Harmonies of #C056CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056CC

Black with #C056CC

Text Example


Text Example

White with #C056CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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