Html Css Color HEX #C82FEA Medium Orchid

📋 copy color: '#C82FEA'

red 200 ◦ green 47 ◦ blue 234

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

Shades of Medium Orchid #C82FEA

Tints of Medium Orchid #C82FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.65%

R = 41.58%
G = 9.77%
B = 48.65%

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

#C82FEA (or 0xC82FEA) is known color: Medium Orchid. HEX triplet: C8, 2F and EA. RGB value is (200,47,234). Sum of RGB (Red+Green+Blue) = 200+47+234=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #C82FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82FEA is #37D015. Grayscale: #717171. Windows color (decimal): -3657750 or 15347656. OLE color: 15347656.

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

Color convert

RGB 200 47 234 -
CMYK 0.15 0.80 0 0.08
HSL 289.09º 0.82% 0.55% -
HSV(B) 289.09º 0.8% 0.92% -
XYZ 39.69 20.25 79.66 -
YUV 114.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 200 47 234 0.15 0.80 0 0.08 289.09 0.82 0.55
Hex C8 2F EA F 50 0 8 121 52 37
Octal 310 57 352 17 120 0 10 441 122 67
Binary 11001000 101111 11101010 1111 1010000 0 1000 100100001 1010010 110111

Color Harmonies of #C82FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FEA

Black with #C82FEA

Text Example


Text Example

White with #C82FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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