Html Css Color HEX #C848FD Medium Orchid

📋 copy color: '#C848FD'

red 200 ◦ green 72 ◦ blue 253

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

Shades of Medium Orchid #C848FD

Tints of Medium Orchid #C848FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 38.1%
G = 13.71%
B = 48.19%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C848FD (or 0xC848FD) is known color: Medium Orchid. HEX triplet: C8, 48 and FD. RGB value is (200,72,253). Sum of RGB (Red+Green+Blue) = 200+72+253=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 72 (28.52% from 255 or 13.71% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C848FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C848FD is #37B702. Grayscale: #828282. Windows color (decimal): -3651331 or 16599240. OLE color: 16599240.

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

Color convert

RGB 200 72 253 -
CMYK 0.21 0.72 0 0.01
HSL 282.43º 0.98% 0.64% -
HSV(B) 282.43º 0.72% 0.99% -
XYZ 43.87 24.01 95.25 -
YUV 130.91 196.91 177.28 -
System Red Green Blue C M Y K H S L
Decimal 200 72 253 0.21 0.72 0 0.01 282.43 0.98 0.64
Hex C8 48 FD 15 48 0 1 11A 62 40
Octal 310 110 375 25 110 0 1 432 142 100
Binary 11001000 1001000 11111101 10101 1001000 0 1 100011010 1100010 1000000

Color Harmonies of #C848FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848FD

Black with #C848FD

Text Example


Text Example

White with #C848FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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