Html Css Color HEX #C845DB Medium Orchid

📋 copy color: '#C845DB'

red 200 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #C845DB

Tints of Medium Orchid #C845DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.14%

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

R = 40.98%
G = 14.14%
B = 44.88%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C845DB (or 0xC845DB) is known color: Medium Orchid. HEX triplet: C8, 45 and DB. RGB value is (200,69,219). Sum of RGB (Red+Green+Blue) = 200+69+219=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #C845DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845DB is #37BA24. Grayscale: #7C7C7C. Windows color (decimal): -3652133 or 14370248. OLE color: 14370248.

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

Color convert

RGB 200 69 219 -
CMYK 0.09 0.68 0 0.14
HSL 292.4º 0.68% 0.56% -
HSV(B) 292.4º 0.68% 0.86% -
XYZ 38.73 21.65 69.16 -
YUV 125.27 180.9 181.3 -
System Red Green Blue C M Y K H S L
Decimal 200 69 219 0.09 0.68 0 0.14 292.4 0.68 0.56
Hex C8 45 DB 9 44 0 E 124 44 38
Octal 310 105 333 11 104 0 16 444 104 70
Binary 11001000 1000101 11011011 1001 1000100 0 1110 100100100 1000100 111000

Color Harmonies of #C845DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C845DB

Black with #C845DB

Text Example


Text Example

White with #C845DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C845DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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