Html Css Color HEX #C84AFE Medium Orchid

📋 copy color: '#C84AFE'

red 200 ◦ green 74 ◦ blue 254

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

Shades of Medium Orchid #C84AFE

Tints of Medium Orchid #C84AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.11%

R = 37.88%
G = 14.02%
B = 48.11%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C84AFE (or 0xC84AFE) is known color: Medium Orchid. HEX triplet: C8, 4A and FE. RGB value is (200,74,254). Sum of RGB (Red+Green+Blue) = 200+74+254=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #C84AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C84AFE is #37B501. Grayscale: #838383. Windows color (decimal): -3650818 or 16665288. OLE color: 16665288.

HSL color Cylindrical-coordinate representation of color #C84AFE: hue angle of 282º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C84AFE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 200 74 254 -
CMYK 0.21 0.71 0 0.00
HSL 282º 0.99% 0.64% -
HSV(B) 282º 0.71% 1% -
XYZ 44.16 24.33 96.14 -
YUV 132.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 200 74 254 0.21 0.71 0 0.00 282 0.99 0.64
Hex C8 4A FE 15 47 0 0 11A 63 40
Octal 310 112 376 25 107 0 0 432 143 100
Binary 11001000 1001010 11111110 10101 1000111 0 0 100011010 1100011 1000000

Color Harmonies of #C84AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84AFE

Black with #C84AFE

Text Example


Text Example

White with #C84AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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