Html Css Color HEX #C850EA Medium Orchid

📋 copy color: '#C850EA'

red 200 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #C850EA

Tints of Medium Orchid #C850EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 38.91%
G = 15.56%
B = 45.53%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C850EA (or 0xC850EA) is known color: Medium Orchid. HEX triplet: C8, 50 and EA. RGB value is (200,80,234). Sum of RGB (Red+Green+Blue) = 200+80+234=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #C850EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850EA is #37AF15. Grayscale: #848484. Windows color (decimal): -3649302 or 15356104. OLE color: 15356104.

HSL color Cylindrical-coordinate representation of color #C850EA: hue angle of 286.75º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C850EA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 80 234 -
CMYK 0.15 0.66 0 0.08
HSL 286.75º 0.79% 0.62% -
HSV(B) 286.75º 0.66% 0.92% -
XYZ 41.54 23.96 80.28 -
YUV 133.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 200 80 234 0.15 0.66 0 0.08 286.75 0.79 0.62
Hex C8 50 EA F 42 0 8 11F 4F 3E
Octal 310 120 352 17 102 0 10 437 117 76
Binary 11001000 1010000 11101010 1111 1000010 0 1000 100011111 1001111 111110

Color Harmonies of #C850EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850EA

Black with #C850EA

Text Example


Text Example

White with #C850EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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