Html Css Color HEX #C844FE Medium Orchid

📋 copy color: '#C844FE'

red 200 ◦ green 68 ◦ blue 254

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

Shades of Medium Orchid #C844FE

Tints of Medium Orchid #C844FE

RGB

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

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

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

R = 38.31%
G = 13.03%
B = 48.66%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C844FE (or 0xC844FE) is known color: Medium Orchid. HEX triplet: C8, 44 and FE. RGB value is (200,68,254). Sum of RGB (Red+Green+Blue) = 200+68+254=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 68 (26.95% from 255 or 13.03% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #C844FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C844FE is #37BB01. Grayscale: #808080. Windows color (decimal): -3652354 or 16663752. OLE color: 16663752.

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

Color convert

RGB 200 68 254 -
CMYK 0.21 0.73 0 0.00
HSL 282.58º 0.99% 0.63% -
HSV(B) 282.58º 0.73% 1% -
XYZ 43.78 23.57 96.01 -
YUV 128.67 198.73 178.88 -
System Red Green Blue C M Y K H S L
Decimal 200 68 254 0.21 0.73 0 0.00 282.58 0.99 0.63
Hex C8 44 FE 15 49 0 0 11B 63 3F
Octal 310 104 376 25 111 0 0 433 143 77
Binary 11001000 1000100 11111110 10101 1001001 0 0 100011011 1100011 111111

Color Harmonies of #C844FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C844FE

Black with #C844FE

Text Example


Text Example

White with #C844FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C844FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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