Html Css Color HEX #C82FDE Medium Orchid

📋 copy color: '#C82FDE'

red 200 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #C82FDE

Tints of Medium Orchid #C82FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 42.64%
G = 10.02%
B = 47.33%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C82FDE (or 0xC82FDE) is known color: Medium Orchid. HEX triplet: C8, 2F and DE. RGB value is (200,47,222). Sum of RGB (Red+Green+Blue) = 200+47+222=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #C82FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FDE is #37D021. Grayscale: #707070. Windows color (decimal): -3657762 or 14561224. OLE color: 14561224.

HSL color Cylindrical-coordinate representation of color #C82FDE: hue angle of 292.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82FDE is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 47 222 -
CMYK 0.10 0.79 0 0.13
HSL 292.46º 0.73% 0.53% -
HSV(B) 292.46º 0.79% 0.87% -
XYZ 38.02 19.59 70.88 -
YUV 112.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 200 47 222 0.10 0.79 0 0.13 292.46 0.73 0.53
Hex C8 2F DE A 4F 0 D 124 49 35
Octal 310 57 336 12 117 0 15 444 111 65
Binary 11001000 101111 11011110 1010 1001111 0 1101 100100100 1001001 110101

Color Harmonies of #C82FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FDE

Black with #C82FDE

Text Example


Text Example

White with #C82FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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