Html Css Color HEX #C840DB Medium Orchid

📋 copy color: '#C840DB'

red 200 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #C840DB

Tints of Medium Orchid #C840DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.25%

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

R = 41.41%
G = 13.25%
B = 45.34%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C840DB (or 0xC840DB) is known color: Medium Orchid. HEX triplet: C8, 40 and DB. RGB value is (200,64,219). Sum of RGB (Red+Green+Blue) = 200+64+219=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #C840DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840DB is #37BF24. Grayscale: #797979. Windows color (decimal): -3653413 or 14368968. OLE color: 14368968.

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

Color convert

RGB 200 64 219 -
CMYK 0.09 0.71 0 0.14
HSL 292.65º 0.68% 0.55% -
HSV(B) 292.65º 0.71% 0.86% -
XYZ 38.44 21.06 69.06 -
YUV 122.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 200 64 219 0.09 0.71 0 0.14 292.65 0.68 0.55
Hex C8 40 DB 9 47 0 E 125 44 37
Octal 310 100 333 11 107 0 16 445 104 67
Binary 11001000 1000000 11011011 1001 1000111 0 1110 100100101 1000100 110111

Color Harmonies of #C840DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840DB

Black with #C840DB

Text Example


Text Example

White with #C840DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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