Html Css Color HEX #C850DD Medium Orchid

📋 copy color: '#C850DD'

red 200 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #C850DD

Tints of Medium Orchid #C850DD

RGB

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

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

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

R = 39.92%
G = 15.97%
B = 44.11%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C850DD (or 0xC850DD) is known color: Medium Orchid. HEX triplet: C8, 50 and DD. RGB value is (200,80,221). Sum of RGB (Red+Green+Blue) = 200+80+221=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #C850DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850DD is #37AF22. Grayscale: #838383. Windows color (decimal): -3649315 or 14504136. OLE color: 14504136.

HSL color Cylindrical-coordinate representation of color #C850DD: hue angle of 291.06º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C850DD is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 80 221 -
CMYK 0.10 0.64 0 0.13
HSL 291.06º 0.67% 0.59% -
HSV(B) 291.06º 0.64% 0.87% -
XYZ 39.74 23.24 70.8 -
YUV 131.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 200 80 221 0.10 0.64 0 0.13 291.06 0.67 0.59
Hex C8 50 DD A 40 0 D 123 43 3B
Octal 310 120 335 12 100 0 15 443 103 73
Binary 11001000 1010000 11011101 1010 1000000 0 1101 100100011 1000011 111011

Color Harmonies of #C850DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850DD

Black with #C850DD

Text Example


Text Example

White with #C850DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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