Html Css Color HEX #C82EEA Medium Orchid

📋 copy color: '#C82EEA'

red 200 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #C82EEA

Tints of Medium Orchid #C82EEA

RGB

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

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

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

R = 41.67%
G = 9.58%
B = 48.75%

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

#C82EEA (or 0xC82EEA) is known color: Medium Orchid. HEX triplet: C8, 2E and EA. RGB value is (200,46,234). Sum of RGB (Red+Green+Blue) = 200+46+234=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #C82EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82EEA is #37D115. Grayscale: #707070. Windows color (decimal): -3658006 or 15347400. OLE color: 15347400.

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

Color convert

RGB 200 46 234 -
CMYK 0.15 0.80 0 0.08
HSL 289.15º 0.82% 0.55% -
HSV(B) 289.15º 0.8% 0.92% -
XYZ 39.65 20.17 79.65 -
YUV 113.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 200 46 234 0.15 0.80 0 0.08 289.15 0.82 0.55
Hex C8 2E EA F 50 0 8 121 52 37
Octal 310 56 352 17 120 0 10 441 122 67
Binary 11001000 101110 11101010 1111 1010000 0 1000 100100001 1010010 110111

Color Harmonies of #C82EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82EEA

Black with #C82EEA

Text Example


Text Example

White with #C82EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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