Html Css Color HEX #C841FE Medium Orchid

📋 copy color: '#C841FE'

red 200 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #C841FE

Tints of Medium Orchid #C841FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.52%

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

R = 38.54%
G = 12.52%
B = 48.94%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C841FE (or 0xC841FE) is known color: Medium Orchid. HEX triplet: C8, 41 and FE. RGB value is (200,65,254). Sum of RGB (Red+Green+Blue) = 200+65+254=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #C841FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C841FE is #37BE01. Grayscale: #7E7E7E. Windows color (decimal): -3653122 or 16662984. OLE color: 16662984.

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

Color convert

RGB 200 65 254 -
CMYK 0.21 0.74 0 0.00
HSL 282.86º 0.99% 0.63% -
HSV(B) 282.86º 0.74% 1% -
XYZ 43.6 23.22 95.95 -
YUV 126.91 199.73 180.13 -
System Red Green Blue C M Y K H S L
Decimal 200 65 254 0.21 0.74 0 0.00 282.86 0.99 0.63
Hex C8 41 FE 15 4A 0 0 11B 63 3F
Octal 310 101 376 25 112 0 0 433 143 77
Binary 11001000 1000001 11111110 10101 1001010 0 0 100011011 1100011 111111

Color Harmonies of #C841FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C841FE

Black with #C841FE

Text Example


Text Example

White with #C841FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C841FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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