Html Css Color HEX #C850E9 Medium Orchid

📋 copy color: '#C850E9'

red 200 ◦ green 80 ◦ blue 233

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

Shades of Medium Orchid #C850E9

Tints of Medium Orchid #C850E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.42%

R = 38.99%
G = 15.59%
B = 45.42%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C850E9 (or 0xC850E9) is known color: Medium Orchid. HEX triplet: C8, 50 and E9. RGB value is (200,80,233). Sum of RGB (Red+Green+Blue) = 200+80+233=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #C850E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850E9 is #37AF16. Grayscale: #848484. Windows color (decimal): -3649303 or 15290568. OLE color: 15290568.

HSL color Cylindrical-coordinate representation of color #C850E9: hue angle of 287.06º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C850E9 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 80 233 -
CMYK 0.14 0.66 0 0.09
HSL 287.06º 0.78% 0.61% -
HSV(B) 287.06º 0.66% 0.91% -
XYZ 41.4 23.9 79.52 -
YUV 133.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 200 80 233 0.14 0.66 0 0.09 287.06 0.78 0.61
Hex C8 50 E9 E 42 0 9 11F 4E 3D
Octal 310 120 351 16 102 0 11 437 116 75
Binary 11001000 1010000 11101001 1110 1000010 0 1001 100011111 1001110 111101

Color Harmonies of #C850E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850E9

Black with #C850E9

Text Example


Text Example

White with #C850E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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