Html Css Color HEX #C82BE8 Medium Orchid

📋 copy color: '#C82BE8'

red 200 ◦ green 43 ◦ blue 232

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

Shades of Medium Orchid #C82BE8

Tints of Medium Orchid #C82BE8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.05%

 BLUE value IS 232 (91.02% from 255) = 48.84%

R = 42.11%
G = 9.05%
B = 48.84%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C82BE8 (or 0xC82BE8) is known color: Medium Orchid. HEX triplet: C8, 2B and E8. RGB value is (200,43,232). Sum of RGB (Red+Green+Blue) = 200+43+232=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #C82BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82BE8 is #37D417. Grayscale: #6E6E6E. Windows color (decimal): -3658776 or 15215560. OLE color: 15215560.

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

Color convert

RGB 200 43 232 -
CMYK 0.14 0.81 0 0.09
HSL 289.84º 0.8% 0.54% -
HSV(B) 289.84º 0.81% 0.91% -
XYZ 39.25 19.83 78.1 -
YUV 111.49 196.01 191.13 -
System Red Green Blue C M Y K H S L
Decimal 200 43 232 0.14 0.81 0 0.09 289.84 0.8 0.54
Hex C8 2B E8 E 51 0 9 122 50 36
Octal 310 53 350 16 121 0 11 442 120 66
Binary 11001000 101011 11101000 1110 1010001 0 1001 100100010 1010000 110110

Color Harmonies of #C82BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BE8

Black with #C82BE8

Text Example


Text Example

White with #C82BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BE8; }

 p { color: rgb(200,43,232); }

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

background-color css

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

 a { background-color: rgb(200,43,232); }

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

border-color css

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

 span { border-color: rgb(200,43,232); }

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