Html Css Color HEX #C850D3 Medium Orchid

📋 copy color: '#C850D3'

red 200 ◦ green 80 ◦ blue 211

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

Shades of Medium Orchid #C850D3

Tints of Medium Orchid #C850D3

RGB

 RED value IS 200 (78.52% from 255) = 40.73%

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

 BLUE value IS 211 (82.81% from 255) = 42.97%

R = 40.73%
G = 16.29%
B = 42.97%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C850D3 (or 0xC850D3) is known color: Medium Orchid. HEX triplet: C8, 50 and D3. RGB value is (200,80,211). Sum of RGB (Red+Green+Blue) = 200+80+211=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #C850D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850D3 is #37AF2C. Grayscale: #828282. Windows color (decimal): -3649325 or 13848776. OLE color: 13848776.

HSL color Cylindrical-coordinate representation of color #C850D3: hue angle of 294.96º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C850D3 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 80 211 -
CMYK 0.05 0.62 0 0.17
HSL 294.96º 0.6% 0.57% -
HSV(B) 294.96º 0.62% 0.83% -
XYZ 38.45 22.72 63.99 -
YUV 130.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 200 80 211 0.05 0.62 0 0.17 294.96 0.6 0.57
Hex C8 50 D3 5 3E 0 11 127 3C 39
Octal 310 120 323 5 76 0 21 447 74 71
Binary 11001000 1010000 11010011 101 111110 0 10001 100100111 111100 111001

Color Harmonies of #C850D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850D3

Black with #C850D3

Text Example


Text Example

White with #C850D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850D3; }

 p { color: rgb(200,80,211); }

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

background-color css

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

 a { background-color: rgb(200,80,211); }

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

border-color css

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

 span { border-color: rgb(200,80,211); }

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