Html Css Color HEX #C848DB Medium Orchid

📋 copy color: '#C848DB'

red 200 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #C848DB

Tints of Medium Orchid #C848DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 40.73%
G = 14.66%
B = 44.6%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C848DB (or 0xC848DB) is known color: Medium Orchid. HEX triplet: C8, 48 and DB. RGB value is (200,72,219). Sum of RGB (Red+Green+Blue) = 200+72+219=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #C848DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848DB is #37B724. Grayscale: #7E7E7E. Windows color (decimal): -3651365 or 14371016. OLE color: 14371016.

HSL color Cylindrical-coordinate representation of color #C848DB: hue angle of 292.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C848DB is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 72 219 -
CMYK 0.09 0.67 0 0.14
HSL 292.24º 0.67% 0.57% -
HSV(B) 292.24º 0.67% 0.86% -
XYZ 38.92 22.03 69.22 -
YUV 127.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 200 72 219 0.09 0.67 0 0.14 292.24 0.67 0.57
Hex C8 48 DB 9 43 0 E 124 43 39
Octal 310 110 333 11 103 0 16 444 103 71
Binary 11001000 1001000 11011011 1001 1000011 0 1110 100100100 1000011 111001

Color Harmonies of #C848DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C848DB

Black with #C848DB

Text Example


Text Example

White with #C848DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C848DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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