Html Css Color HEX #C82EEB Medium Orchid

📋 copy color: '#C82EEB'

red 200 ◦ green 46 ◦ blue 235

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

Shades of Medium Orchid #C82EEB

Tints of Medium Orchid #C82EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.56%

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 41.58%
G = 9.56%
B = 48.86%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C82EEB (or 0xC82EEB) is known color: Medium Orchid. HEX triplet: C8, 2E and EB. RGB value is (200,46,235). Sum of RGB (Red+Green+Blue) = 200+46+235=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #C82EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82EEB is #37D114. Grayscale: #707070. Windows color (decimal): -3658005 or 15412936. OLE color: 15412936.

HSL color Cylindrical-coordinate representation of color #C82EEB: hue angle of 288.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82EEB is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 46 235 -
CMYK 0.15 0.80 0 0.08
HSL 288.89º 0.83% 0.55% -
HSV(B) 288.89º 0.8% 0.92% -
XYZ 39.79 20.23 80.41 -
YUV 113.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 200 46 235 0.15 0.80 0 0.08 288.89 0.83 0.55
Hex C8 2E EB F 50 0 8 121 53 37
Octal 310 56 353 17 120 0 10 441 123 67
Binary 11001000 101110 11101011 1111 1010000 0 1000 100100001 1010011 110111

Color Harmonies of #C82EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EEB

Black with #C82EEB

Text Example


Text Example

White with #C82EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EEB; }

 p { color: rgb(200,46,235); }

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

background-color css

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

 a { background-color: rgb(200,46,235); }

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

border-color css

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

 span { border-color: rgb(200,46,235); }

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