Html Css Color HEX #C82DDA Medium Orchid

📋 copy color: '#C82DDA'

red 200 ◦ green 45 ◦ blue 218

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

Shades of Medium Orchid #C82DDA

Tints of Medium Orchid #C82DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.72%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 43.2%
G = 9.72%
B = 47.08%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C82DDA (or 0xC82DDA) is known color: Medium Orchid. HEX triplet: C8, 2D and DA. RGB value is (200,45,218). Sum of RGB (Red+Green+Blue) = 200+45+218=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #C82DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DDA is #37D225. Grayscale: #6E6E6E. Windows color (decimal): -3658278 or 14298568. OLE color: 14298568.

HSL color Cylindrical-coordinate representation of color #C82DDA: hue angle of 293.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82DDA is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 45 218 -
CMYK 0.08 0.79 0 0.15
HSL 293.76º 0.7% 0.52% -
HSV(B) 293.76º 0.79% 0.85% -
XYZ 37.41 19.22 68.07 -
YUV 111.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 200 45 218 0.08 0.79 0 0.15 293.76 0.7 0.52
Hex C8 2D DA 8 4F 0 F 126 46 34
Octal 310 55 332 10 117 0 17 446 106 64
Binary 11001000 101101 11011010 1000 1001111 0 1111 100100110 1000110 110100

Color Harmonies of #C82DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82DDA

Black with #C82DDA

Text Example


Text Example

White with #C82DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82DDA; }

 p { color: rgb(200,45,218); }

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

background-color css

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

 a { background-color: rgb(200,45,218); }

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

border-color css

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

 span { border-color: rgb(200,45,218); }

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