Html Css Color HEX #C84ADF Medium Orchid

📋 copy color: '#C84ADF'

red 200 ◦ green 74 ◦ blue 223

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

Shades of Medium Orchid #C84ADF

Tints of Medium Orchid #C84ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 40.24%
G = 14.89%
B = 44.87%

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

#C84ADF (or 0xC84ADF) is known color: Medium Orchid. HEX triplet: C8, 4A and DF. RGB value is (200,74,223). Sum of RGB (Red+Green+Blue) = 200+74+223=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #C84ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ADF is #37B520. Grayscale: #808080. Windows color (decimal): -3650849 or 14633672. OLE color: 14633672.

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

Color convert

RGB 200 74 223 -
CMYK 0.10 0.67 0 0.13
HSL 290.74º 0.7% 0.58% -
HSV(B) 290.74º 0.67% 0.87% -
XYZ 39.59 22.5 72.07 -
YUV 128.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 200 74 223 0.10 0.67 0 0.13 290.74 0.7 0.58
Hex C8 4A DF A 43 0 D 123 46 3A
Octal 310 112 337 12 103 0 15 443 106 72
Binary 11001000 1001010 11011111 1010 1000011 0 1101 100100011 1000110 111010

Color Harmonies of #C84ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84ADF

Black with #C84ADF

Text Example


Text Example

White with #C84ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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