Html Css Color HEX #C82CEA Medium Orchid

📋 copy color: '#C82CEA'

red 200 ◦ green 44 ◦ blue 234

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

Shades of Medium Orchid #C82CEA

Tints of Medium Orchid #C82CEA

RGB

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

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

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

R = 41.84%
G = 9.21%
B = 48.95%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C82CEA (or 0xC82CEA) is known color: Medium Orchid. HEX triplet: C8, 2C and EA. RGB value is (200,44,234). Sum of RGB (Red+Green+Blue) = 200+44+234=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #C82CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82CEA is #37D315. Grayscale: #6F6F6F. Windows color (decimal): -3658518 or 15346888. OLE color: 15346888.

HSL color Cylindrical-coordinate representation of color #C82CEA: hue angle of 289.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82CEA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 44 234 -
CMYK 0.15 0.81 0 0.08
HSL 289.26º 0.82% 0.55% -
HSV(B) 289.26º 0.81% 0.92% -
XYZ 39.57 20.02 79.62 -
YUV 112.3 196.68 190.55 -
System Red Green Blue C M Y K H S L
Decimal 200 44 234 0.15 0.81 0 0.08 289.26 0.82 0.55
Hex C8 2C EA F 51 0 8 121 52 37
Octal 310 54 352 17 121 0 10 441 122 67
Binary 11001000 101100 11101010 1111 1010001 0 1000 100100001 1010010 110111

Color Harmonies of #C82CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CEA

Black with #C82CEA

Text Example


Text Example

White with #C82CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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