Html Css Color HEX #C848F1 Medium Orchid

📋 copy color: '#C848F1'

red 200 ◦ green 72 ◦ blue 241

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

Shades of Medium Orchid #C848F1

Tints of Medium Orchid #C848F1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.04%

 BLUE value IS 241 (94.53% from 255) = 46.98%

R = 38.99%
G = 14.04%
B = 46.98%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C848F1 (or 0xC848F1) is known color: Medium Orchid. HEX triplet: C8, 48 and F1. RGB value is (200,72,241). Sum of RGB (Red+Green+Blue) = 200+72+241=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #C848F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C848F1 is #37B70E. Grayscale: #808080. Windows color (decimal): -3651343 or 15812808. OLE color: 15812808.

HSL color Cylindrical-coordinate representation of color #C848F1: hue angle of 285.44º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C848F1 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 72 241 -
CMYK 0.17 0.70 0 0.05
HSL 285.44º 0.86% 0.61% -
HSV(B) 285.44º 0.7% 0.95% -
XYZ 42.01 23.26 85.5 -
YUV 129.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 200 72 241 0.17 0.70 0 0.05 285.44 0.86 0.61
Hex C8 48 F1 11 46 0 5 11D 56 3D
Octal 310 110 361 21 106 0 5 435 126 75
Binary 11001000 1001000 11110001 10001 1000110 0 101 100011101 1010110 111101

Color Harmonies of #C848F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848F1

Black with #C848F1

Text Example


Text Example

White with #C848F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848F1; }

 p { color: rgb(200,72,241); }

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

background-color css

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

 a { background-color: rgb(200,72,241); }

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

border-color css

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

 span { border-color: rgb(200,72,241); }

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