Html Css Color HEX #C848FE Medium Orchid

📋 copy color: '#C848FE'

red 200 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #C848FE

Tints of Medium Orchid #C848FE

RGB

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

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

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

R = 38.02%
G = 13.69%
B = 48.29%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C848FE (or 0xC848FE) is known color: Medium Orchid. HEX triplet: C8, 48 and FE. RGB value is (200,72,254). Sum of RGB (Red+Green+Blue) = 200+72+254=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #C848FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C848FE is #37B701. Grayscale: #828282. Windows color (decimal): -3651330 or 16664776. OLE color: 16664776.

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

Color convert

RGB 200 72 254 -
CMYK 0.21 0.72 0 0.00
HSL 282.2º 0.99% 0.64% -
HSV(B) 282.2º 0.72% 1% -
XYZ 44.03 24.07 96.09 -
YUV 131.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 200 72 254 0.21 0.72 0 0.00 282.2 0.99 0.64
Hex C8 48 FE 15 48 0 0 11A 63 40
Octal 310 110 376 25 110 0 0 432 143 100
Binary 11001000 1001000 11111110 10101 1001000 0 0 100011010 1100011 1000000

Color Harmonies of #C848FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848FE

Black with #C848FE

Text Example


Text Example

White with #C848FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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