Html Css Color HEX #C84AE1 Medium Orchid

📋 copy color: '#C84AE1'

red 200 ◦ green 74 ◦ blue 225

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

Shades of Medium Orchid #C84AE1

Tints of Medium Orchid #C84AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.09%

R = 40.08%
G = 14.83%
B = 45.09%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C84AE1 (or 0xC84AE1) is known color: Medium Orchid. HEX triplet: C8, 4A and E1. RGB value is (200,74,225). Sum of RGB (Red+Green+Blue) = 200+74+225=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #C84AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AE1 is #37B51E. Grayscale: #808080. Windows color (decimal): -3650847 or 14764744. OLE color: 14764744.

HSL color Cylindrical-coordinate representation of color #C84AE1: hue angle of 290.07º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84AE1 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 74 225 -
CMYK 0.11 0.67 0 0.12
HSL 290.07º 0.72% 0.59% -
HSV(B) 290.07º 0.67% 0.88% -
XYZ 39.86 22.61 73.5 -
YUV 128.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 200 74 225 0.11 0.67 0 0.12 290.07 0.72 0.59
Hex C8 4A E1 B 43 0 C 122 48 3B
Octal 310 112 341 13 103 0 14 442 110 73
Binary 11001000 1001010 11100001 1011 1000011 0 1100 100100010 1001000 111011

Color Harmonies of #C84AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AE1

Black with #C84AE1

Text Example


Text Example

White with #C84AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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