Html Css Color HEX #C844FC Medium Orchid

📋 copy color: '#C844FC'

red 200 ◦ green 68 ◦ blue 252

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

Shades of Medium Orchid #C844FC

Tints of Medium Orchid #C844FC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.08%

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 38.46%
G = 13.08%
B = 48.46%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C844FC (or 0xC844FC) is known color: Medium Orchid. HEX triplet: C8, 44 and FC. RGB value is (200,68,252). Sum of RGB (Red+Green+Blue) = 200+68+252=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #C844FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C844FC is #37BB03. Grayscale: #7F7F7F. Windows color (decimal): -3652356 or 16532680. OLE color: 16532680.

HSL color Cylindrical-coordinate representation of color #C844FC: hue angle of 283.04º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C844FC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 68 252 -
CMYK 0.21 0.73 0 0.01
HSL 283.04º 0.97% 0.63% -
HSV(B) 283.04º 0.73% 0.99% -
XYZ 43.46 23.44 94.33 -
YUV 128.44 197.73 179.04 -
System Red Green Blue C M Y K H S L
Decimal 200 68 252 0.21 0.73 0 0.01 283.04 0.97 0.63
Hex C8 44 FC 15 49 0 1 11B 61 3F
Octal 310 104 374 25 111 0 1 433 141 77
Binary 11001000 1000100 11111100 10101 1001001 0 1 100011011 1100001 111111

Color Harmonies of #C844FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C844FC

Black with #C844FC

Text Example


Text Example

White with #C844FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C844FC; }

 p { color: rgb(200,68,252); }

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

background-color css

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

 a { background-color: rgb(200,68,252); }

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

border-color css

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

 span { border-color: rgb(200,68,252); }

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