Html Css Color HEX #C82CE8 Medium Orchid

📋 copy color: '#C82CE8'

red 200 ◦ green 44 ◦ blue 232

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

Shades of Medium Orchid #C82CE8

Tints of Medium Orchid #C82CE8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.24%

 BLUE value IS 232 (91.02% from 255) = 48.74%

R = 42.02%
G = 9.24%
B = 48.74%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C82CE8 (or 0xC82CE8) is known color: Medium Orchid. HEX triplet: C8, 2C and E8. RGB value is (200,44,232). Sum of RGB (Red+Green+Blue) = 200+44+232=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #C82CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82CE8 is #37D317. Grayscale: #6F6F6F. Windows color (decimal): -3658520 or 15215816. OLE color: 15215816.

HSL color Cylindrical-coordinate representation of color #C82CE8: hue angle of 289.79º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82CE8 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 44 232 -
CMYK 0.14 0.81 0 0.09
HSL 289.79º 0.8% 0.54% -
HSV(B) 289.79º 0.81% 0.91% -
XYZ 39.29 19.91 78.12 -
YUV 112.08 195.68 190.71 -
System Red Green Blue C M Y K H S L
Decimal 200 44 232 0.14 0.81 0 0.09 289.79 0.8 0.54
Hex C8 2C E8 E 51 0 9 122 50 36
Octal 310 54 350 16 121 0 11 442 120 66
Binary 11001000 101100 11101000 1110 1010001 0 1001 100100010 1010000 110110

Color Harmonies of #C82CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CE8

Black with #C82CE8

Text Example


Text Example

White with #C82CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CE8; }

 p { color: rgb(200,44,232); }

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

background-color css

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

 a { background-color: rgb(200,44,232); }

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

border-color css

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

 span { border-color: rgb(200,44,232); }

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