Html Css Color HEX #C84ADE Medium Orchid

📋 copy color: '#C84ADE'

red 200 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #C84ADE

Tints of Medium Orchid #C84ADE

RGB

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

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

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

R = 40.32%
G = 14.92%
B = 44.76%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C84ADE (or 0xC84ADE) is known color: Medium Orchid. HEX triplet: C8, 4A and DE. RGB value is (200,74,222). Sum of RGB (Red+Green+Blue) = 200+74+222=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #C84ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ADE is #37B521. Grayscale: #808080. Windows color (decimal): -3650850 or 14568136. OLE color: 14568136.

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

Color convert

RGB 200 74 222 -
CMYK 0.10 0.67 0 0.13
HSL 291.08º 0.69% 0.58% -
HSV(B) 291.08º 0.67% 0.87% -
XYZ 39.45 22.45 71.36 -
YUV 128.55 180.74 178.97 -
System Red Green Blue C M Y K H S L
Decimal 200 74 222 0.10 0.67 0 0.13 291.08 0.69 0.58
Hex C8 4A DE A 43 0 D 123 45 3A
Octal 310 112 336 12 103 0 15 443 105 72
Binary 11001000 1001010 11011110 1010 1000011 0 1101 100100011 1000101 111010

Color Harmonies of #C84ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84ADE

Black with #C84ADE

Text Example


Text Example

White with #C84ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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