Html Css Color HEX #C848FF Medium Orchid

📋 copy color: '#C848FF'

red 200 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #C848FF

Tints of Medium Orchid #C848FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 37.95%
G = 13.66%
B = 48.39%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C848FF (or 0xC848FF) is known color: Medium Orchid. HEX triplet: C8, 48 and FF. RGB value is (200,72,255). Sum of RGB (Red+Green+Blue) = 200+72+255=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 72 (28.52% from 255 or 13.66% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #C848FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C848FF is #37B700. Grayscale: #828282. Windows color (decimal): -3651329 or 16730312. OLE color: 16730312.

HSL color Cylindrical-coordinate representation of color #C848FF: hue angle of 281.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C848FF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 72 255 -
CMYK 0.22 0.72 0 0
HSL 281.97º 1% 0.64% -
HSV(B) 281.97º 0.72% 1% -
XYZ 44.19 24.13 96.94 -
YUV 131.13 197.91 177.12 -
System Red Green Blue C M Y K H S L
Decimal 200 72 255 0.22 0.72 0 0 281.97 1 0.64
Hex C8 48 FF 16 48 0 0 11A 64 40
Octal 310 110 377 26 110 0 0 432 144 100
Binary 11001000 1001000 11111111 10110 1001000 0 0 100011010 1100100 1000000

Color Harmonies of #C848FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848FF

Black with #C848FF

Text Example


Text Example

White with #C848FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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