Html Css Color HEX #C056CF Medium Orchid

📋 copy color: '#C056CF'

red 192 ◦ green 86 ◦ blue 207

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

Shades of Medium Orchid #C056CF

Tints of Medium Orchid #C056CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 39.59%
G = 17.73%
B = 42.68%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C056CF (or 0xC056CF) is known color: Medium Orchid. HEX triplet: C0, 56 and CF. RGB value is (192,86,207). Sum of RGB (Red+Green+Blue) = 192+86+207=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #C056CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C056CF is #3FA930. Grayscale: #838383. Windows color (decimal): -4172081 or 13588160. OLE color: 13588160.

HSL color Cylindrical-coordinate representation of color #C056CF: hue angle of 292.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C056CF is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 86 207 -
CMYK 0.07 0.58 0 0.19
HSL 292.56º 0.56% 0.57% -
HSV(B) 292.56º 0.58% 0.81% -
XYZ 36.33 22.37 61.43 -
YUV 131.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 192 86 207 0.07 0.58 0 0.19 292.56 0.56 0.57
Hex C0 56 CF 7 3A 0 13 125 38 39
Octal 300 126 317 7 72 0 23 445 70 71
Binary 11000000 1010110 11001111 111 111010 0 10011 100100101 111000 111001

Color Harmonies of #C056CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C056CF

Black with #C056CF

Text Example


Text Example

White with #C056CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C056CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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