Html Css Color HEX #C82FEB Medium Orchid

📋 copy color: '#C82FEB'

red 200 ◦ green 47 ◦ blue 235

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

Shades of Medium Orchid #C82FEB

Tints of Medium Orchid #C82FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.75%

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

R = 41.49%
G = 9.75%
B = 48.76%

CMYK

 C value IS 0.15

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C82FEB (or 0xC82FEB) is known color: Medium Orchid. HEX triplet: C8, 2F and EB. RGB value is (200,47,235). Sum of RGB (Red+Green+Blue) = 200+47+235=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #C82FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82FEB is #37D014. Grayscale: #717171. Windows color (decimal): -3657749 or 15413192. OLE color: 15413192.

HSL color Cylindrical-coordinate representation of color #C82FEB: hue angle of 288.83º degrees, saturation: 0.82, 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 #C82FEB is Cyan = 0.15, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 47 235 -
CMYK 0.15 0.8 0 0.08
HSL 288.83º 0.82% 0.55% -
HSV(B) 288.83º 0.8% 0.92% -
XYZ 39.83 20.31 80.42 -
YUV 114.18 196.19 189.21 -
System Red Green Blue C M Y K H S L
Decimal 200 47 235 0.15 0.8 0 0.08 288.83 0.82 0.55
Hex C8 2F EB F 50 0 8 121 52 37
Octal 310 57 353 17 120 0 10 441 122 67
Binary 11001000 101111 11101011 1111 1010000 0 1000 100100001 1010010 110111

Color Harmonies of #C82FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FEB

Black with #C82FEB

Text Example


Text Example

White with #C82FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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