Html Css Color HEX #C850DE Medium Orchid

📋 copy color: '#C850DE'

red 200 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #C850DE

Tints of Medium Orchid #C850DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 39.84%
G = 15.94%
B = 44.22%

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

#C850DE (or 0xC850DE) is known color: Medium Orchid. HEX triplet: C8, 50 and DE. RGB value is (200,80,222). Sum of RGB (Red+Green+Blue) = 200+80+222=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #C850DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850DE is #37AF21. Grayscale: #838383. Windows color (decimal): -3649314 or 14569672. OLE color: 14569672.

HSL color Cylindrical-coordinate representation of color #C850DE: hue angle of 290.7º degrees, saturation: 0.68, 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 #C850DE is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 80 222 -
CMYK 0.10 0.64 0 0.13
HSL 290.7º 0.68% 0.59% -
HSV(B) 290.7º 0.64% 0.87% -
XYZ 39.87 23.29 71.5 -
YUV 132.07 178.76 176.45 -
System Red Green Blue C M Y K H S L
Decimal 200 80 222 0.10 0.64 0 0.13 290.7 0.68 0.59
Hex C8 50 DE A 40 0 D 123 44 3B
Octal 310 120 336 12 100 0 15 443 104 73
Binary 11001000 1010000 11011110 1010 1000000 0 1101 100100011 1000100 111011

Color Harmonies of #C850DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850DE

Black with #C850DE

Text Example


Text Example

White with #C850DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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