Html Css Color HEX #C84ADA Medium Orchid

📋 copy color: '#C84ADA'

red 200 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #C84ADA

Tints of Medium Orchid #C84ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.04%

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

R = 40.65%
G = 15.04%
B = 44.31%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C84ADA (or 0xC84ADA) is known color: Medium Orchid. HEX triplet: C8, 4A and DA. RGB value is (200,74,218). Sum of RGB (Red+Green+Blue) = 200+74+218=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #C84ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ADA is #37B525. Grayscale: #7F7F7F. Windows color (decimal): -3650854 or 14305992. OLE color: 14305992.

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

Color convert

RGB 200 74 218 -
CMYK 0.08 0.66 0 0.15
HSL 292.5º 0.66% 0.57% -
HSV(B) 292.5º 0.66% 0.85% -
XYZ 38.92 22.24 68.57 -
YUV 128.09 178.74 179.29 -
System Red Green Blue C M Y K H S L
Decimal 200 74 218 0.08 0.66 0 0.15 292.5 0.66 0.57
Hex C8 4A DA 8 42 0 F 124 42 39
Octal 310 112 332 10 102 0 17 444 102 71
Binary 11001000 1001010 11011010 1000 1000010 0 1111 100100100 1000010 111001

Color Harmonies of #C84ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84ADA

Black with #C84ADA

Text Example


Text Example

White with #C84ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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