Html Css Color HEX #C050CE Medium Orchid

📋 copy color: '#C050CE'

red 192 ◦ green 80 ◦ blue 206

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

Shades of Medium Orchid #C050CE

Tints of Medium Orchid #C050CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.74%

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 40.17%
G = 16.74%
B = 43.1%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C050CE (or 0xC050CE) is known color: Medium Orchid. HEX triplet: C0, 50 and CE. RGB value is (192,80,206). Sum of RGB (Red+Green+Blue) = 192+80+206=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #C050CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050CE is #3FAF31. Grayscale: #7F7F7F. Windows color (decimal): -4173618 or 13521088. OLE color: 13521088.

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

Color convert

RGB 192 80 206 -
CMYK 0.07 0.61 0 0.19
HSL 293.33º 0.56% 0.56% -
HSV(B) 293.33º 0.61% 0.81% -
XYZ 35.75 21.4 60.64 -
YUV 127.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 192 80 206 0.07 0.61 0 0.19 293.33 0.56 0.56
Hex C0 50 CE 7 3D 0 13 125 38 38
Octal 300 120 316 7 75 0 23 445 70 70
Binary 11000000 1010000 11001110 111 111101 0 10011 100100101 111000 111000

Color Harmonies of #C050CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050CE

Black with #C050CE

Text Example


Text Example

White with #C050CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050CE; }

 p { color: rgb(192,80,206); }

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

background-color css

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

 a { background-color: rgb(192,80,206); }

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

border-color css

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

 span { border-color: rgb(192,80,206); }

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