Html Css Color HEX #C82CD6 Medium Orchid

📋 copy color: '#C82CD6'

red 200 ◦ green 44 ◦ blue 214

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

Shades of Medium Orchid #C82CD6

Tints of Medium Orchid #C82CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.72%

R = 43.67%
G = 9.61%
B = 46.72%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C82CD6 (or 0xC82CD6) is known color: Medium Orchid. HEX triplet: C8, 2C and D6. RGB value is (200,44,214). Sum of RGB (Red+Green+Blue) = 200+44+214=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #C82CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CD6 is #37D329. Grayscale: #6D6D6D. Windows color (decimal): -3658538 or 14036168. OLE color: 14036168.

HSL color Cylindrical-coordinate representation of color #C82CD6: hue angle of 295.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82CD6 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 44 214 -
CMYK 0.07 0.79 0 0.16
HSL 295.06º 0.67% 0.51% -
HSV(B) 295.06º 0.79% 0.84% -
XYZ 36.86 18.94 65.33 -
YUV 110.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 200 44 214 0.07 0.79 0 0.16 295.06 0.67 0.51
Hex C8 2C D6 7 4F 0 10 127 43 33
Octal 310 54 326 7 117 0 20 447 103 63
Binary 11001000 101100 11010110 111 1001111 0 10000 100100111 1000011 110011

Color Harmonies of #C82CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82CD6

Black with #C82CD6

Text Example


Text Example

White with #C82CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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