Html Css Color HEX #C82FEC Medium Orchid

📋 copy color: '#C82FEC'

red 200 ◦ green 47 ◦ blue 236

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

Shades of Medium Orchid #C82FEC

Tints of Medium Orchid #C82FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 41.41%
G = 9.73%
B = 48.86%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C82FEC (or 0xC82FEC) is known color: Medium Orchid. HEX triplet: C8, 2F and EC. RGB value is (200,47,236). Sum of RGB (Red+Green+Blue) = 200+47+236=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #C82FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82FEC is #37D013. Grayscale: #717171. Windows color (decimal): -3657748 or 15478728. OLE color: 15478728.

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

Color convert

RGB 200 47 236 -
CMYK 0.15 0.80 0 0.07
HSL 288.57º 0.83% 0.55% -
HSV(B) 288.57º 0.8% 0.93% -
XYZ 39.98 20.37 81.18 -
YUV 114.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 200 47 236 0.15 0.80 0 0.07 288.57 0.83 0.55
Hex C8 2F EC F 50 0 7 121 53 37
Octal 310 57 354 17 120 0 7 441 123 67
Binary 11001000 101111 11101100 1111 1010000 0 111 100100001 1010011 110111

Color Harmonies of #C82FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FEC

Black with #C82FEC

Text Example


Text Example

White with #C82FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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