Html Css Color HEX #C82FDD Medium Orchid

📋 copy color: '#C82FDD'

red 200 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #C82FDD

Tints of Medium Orchid #C82FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 42.74%
G = 10.04%
B = 47.22%

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

#C82FDD (or 0xC82FDD) is known color: Medium Orchid. HEX triplet: C8, 2F and DD. RGB value is (200,47,221). Sum of RGB (Red+Green+Blue) = 200+47+221=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 47 (18.75% from 255 or 10.04% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #C82FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82FDD is #37D022. Grayscale: #707070. Windows color (decimal): -3657763 or 14495688. OLE color: 14495688.

HSL color Cylindrical-coordinate representation of color #C82FDD: hue angle of 292.76º degrees, saturation: 0.72, 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 #C82FDD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 47 221 -
CMYK 0.10 0.79 0 0.13
HSL 292.76º 0.72% 0.53% -
HSV(B) 292.76º 0.79% 0.87% -
XYZ 37.89 19.53 70.18 -
YUV 112.58 189.19 190.35 -
System Red Green Blue C M Y K H S L
Decimal 200 47 221 0.10 0.79 0 0.13 292.76 0.72 0.53
Hex C8 2F DD A 4F 0 D 125 48 35
Octal 310 57 335 12 117 0 15 445 110 65
Binary 11001000 101111 11011101 1010 1001111 0 1101 100100101 1001000 110101

Color Harmonies of #C82FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82FDD

Black with #C82FDD

Text Example


Text Example

White with #C82FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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