Html Css Color HEX #C84AEC Medium Orchid

📋 copy color: '#C84AEC'

red 200 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #C84AEC

Tints of Medium Orchid #C84AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 39.22%
G = 14.51%
B = 46.27%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C84AEC (or 0xC84AEC) is known color: Medium Orchid. HEX triplet: C8, 4A and EC. RGB value is (200,74,236). Sum of RGB (Red+Green+Blue) = 200+74+236=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 74 (29.30% from 255 or 14.51% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #C84AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AEC is #37B513. Grayscale: #818181. Windows color (decimal): -3650836 or 15485640. OLE color: 15485640.

HSL color Cylindrical-coordinate representation of color #C84AEC: hue angle of 286.67º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84AEC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 74 236 -
CMYK 0.15 0.69 0 0.07
HSL 286.67º 0.81% 0.61% -
HSV(B) 286.67º 0.69% 0.93% -
XYZ 41.41 23.23 81.66 -
YUV 130.14 187.74 177.83 -
System Red Green Blue C M Y K H S L
Decimal 200 74 236 0.15 0.69 0 0.07 286.67 0.81 0.61
Hex C8 4A EC F 45 0 7 11F 51 3D
Octal 310 112 354 17 105 0 7 437 121 75
Binary 11001000 1001010 11101100 1111 1000101 0 111 100011111 1010001 111101

Color Harmonies of #C84AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AEC

Black with #C84AEC

Text Example


Text Example

White with #C84AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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