Html Css Color HEX #C854F4 Medium Orchid

📋 copy color: '#C854F4'

red 200 ◦ green 84 ◦ blue 244

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

Shades of Medium Orchid #C854F4

Tints of Medium Orchid #C854F4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.91%

 BLUE value IS 244 (95.7% from 255) = 46.21%

R = 37.88%
G = 15.91%
B = 46.21%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C854F4 (or 0xC854F4) is known color: Medium Orchid. HEX triplet: C8, 54 and F4. RGB value is (200,84,244). Sum of RGB (Red+Green+Blue) = 200+84+244=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #C854F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C854F4 is #37AB0B. Grayscale: #888888. Windows color (decimal): -3648268 or 16012488. OLE color: 16012488.

HSL color Cylindrical-coordinate representation of color #C854F4: hue angle of 283.5º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C854F4 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 84 244 -
CMYK 0.18 0.66 0 0.04
HSL 283.5º 0.88% 0.64% -
HSV(B) 283.5º 0.66% 0.96% -
XYZ 43.32 25.15 88.16 -
YUV 136.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 200 84 244 0.18 0.66 0 0.04 283.5 0.88 0.64
Hex C8 54 F4 12 42 0 4 11C 58 40
Octal 310 124 364 22 102 0 4 434 130 100
Binary 11001000 1010100 11110100 10010 1000010 0 100 100011100 1011000 1000000

Color Harmonies of #C854F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854F4

Black with #C854F4

Text Example


Text Example

White with #C854F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854F4; }

 p { color: rgb(200,84,244); }

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

background-color css

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

 a { background-color: rgb(200,84,244); }

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

border-color css

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

 span { border-color: rgb(200,84,244); }

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