Html Css Color HEX #C82FDC Medium Orchid

📋 copy color: '#C82FDC'

red 200 ◦ green 47 ◦ blue 220

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

Shades of Medium Orchid #C82FDC

Tints of Medium Orchid #C82FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 42.83%
G = 10.06%
B = 47.11%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C82FDC (or 0xC82FDC) is known color: Medium Orchid. HEX triplet: C8, 2F and DC. RGB value is (200,47,220). Sum of RGB (Red+Green+Blue) = 200+47+220=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #C82FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FDC is #37D023. Grayscale: #6F6F6F. Windows color (decimal): -3657764 or 14430152. OLE color: 14430152.

HSL color Cylindrical-coordinate representation of color #C82FDC: hue angle of 293.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82FDC is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 47 220 -
CMYK 0.09 0.79 0 0.14
HSL 293.06º 0.71% 0.52% -
HSV(B) 293.06º 0.79% 0.86% -
XYZ 37.75 19.48 69.48 -
YUV 112.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 200 47 220 0.09 0.79 0 0.14 293.06 0.71 0.52
Hex C8 2F DC 9 4F 0 E 125 47 34
Octal 310 57 334 11 117 0 16 445 107 64
Binary 11001000 101111 11011100 1001 1001111 0 1110 100100101 1000111 110100

Color Harmonies of #C82FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FDC

Black with #C82FDC

Text Example


Text Example

White with #C82FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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