Html Css Color HEX #C82BE0 Medium Orchid

📋 copy color: '#C82BE0'

red 200 ◦ green 43 ◦ blue 224

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

Shades of Medium Orchid #C82BE0

Tints of Medium Orchid #C82BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 42.83%
G = 9.21%
B = 47.97%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C82BE0 (or 0xC82BE0) is known color: Medium Orchid. HEX triplet: C8, 2B and E0. RGB value is (200,43,224). Sum of RGB (Red+Green+Blue) = 200+43+224=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #C82BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82BE0 is #37D41F. Grayscale: #6E6E6E. Windows color (decimal): -3658784 or 14691272. OLE color: 14691272.

HSL color Cylindrical-coordinate representation of color #C82BE0: hue angle of 292.04º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82BE0 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 43 224 -
CMYK 0.11 0.81 0 0.12
HSL 292.04º 0.74% 0.52% -
HSV(B) 292.04º 0.81% 0.88% -
XYZ 38.14 19.39 72.25 -
YUV 110.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 200 43 224 0.11 0.81 0 0.12 292.04 0.74 0.52
Hex C8 2B E0 B 51 0 C 124 4A 34
Octal 310 53 340 13 121 0 14 444 112 64
Binary 11001000 101011 11100000 1011 1010001 0 1100 100100100 1001010 110100

Color Harmonies of #C82BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BE0

Black with #C82BE0

Text Example


Text Example

White with #C82BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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