Html Css Color HEX #C848DF Medium Orchid

📋 copy color: '#C848DF'

red 200 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #C848DF

Tints of Medium Orchid #C848DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 40.4%
G = 14.55%
B = 45.05%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C848DF (or 0xC848DF) is known color: Medium Orchid. HEX triplet: C8, 48 and DF. RGB value is (200,72,223). Sum of RGB (Red+Green+Blue) = 200+72+223=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #C848DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848DF is #37B720. Grayscale: #7F7F7F. Windows color (decimal): -3651361 or 14633160. OLE color: 14633160.

HSL color Cylindrical-coordinate representation of color #C848DF: hue angle of 290.86º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C848DF is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 72 223 -
CMYK 0.10 0.68 0 0.13
HSL 290.86º 0.7% 0.58% -
HSV(B) 290.86º 0.68% 0.87% -
XYZ 39.46 22.24 72.03 -
YUV 127.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 200 72 223 0.10 0.68 0 0.13 290.86 0.7 0.58
Hex C8 48 DF A 44 0 D 123 46 3A
Octal 310 110 337 12 104 0 15 443 106 72
Binary 11001000 1001000 11011111 1010 1000100 0 1101 100100011 1000110 111010

Color Harmonies of #C848DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848DF

Black with #C848DF

Text Example


Text Example

White with #C848DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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