Html Css Color HEX #C848EF Medium Orchid

📋 copy color: '#C848EF'

red 200 ◦ green 72 ◦ blue 239

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

Shades of Medium Orchid #C848EF

Tints of Medium Orchid #C848EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 39.14%
G = 14.09%
B = 46.77%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C848EF (or 0xC848EF) is known color: Medium Orchid. HEX triplet: C8, 48 and EF. RGB value is (200,72,239). Sum of RGB (Red+Green+Blue) = 200+72+239=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #C848EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C848EF is #37B710. Grayscale: #808080. Windows color (decimal): -3651345 or 15681736. OLE color: 15681736.

HSL color Cylindrical-coordinate representation of color #C848EF: hue angle of 285.99º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C848EF is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 72 239 -
CMYK 0.16 0.70 0 0.06
HSL 285.99º 0.84% 0.61% -
HSV(B) 285.99º 0.7% 0.94% -
XYZ 41.72 23.15 83.93 -
YUV 129.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 200 72 239 0.16 0.70 0 0.06 285.99 0.84 0.61
Hex C8 48 EF 10 46 0 6 11E 54 3D
Octal 310 110 357 20 106 0 6 436 124 75
Binary 11001000 1001000 11101111 10000 1000110 0 110 100011110 1010100 111101

Color Harmonies of #C848EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848EF

Black with #C848EF

Text Example


Text Example

White with #C848EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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