Html Css Color HEX #C259DB Medium Orchid

📋 copy color: '#C259DB'

red 194 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #C259DB

Tints of Medium Orchid #C259DB

RGB

 RED value IS 194 (76.17% from 255) = 38.65%

 GREEN value IS 89 (35.16% from 255) = 17.73%

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

R = 38.65%
G = 17.73%
B = 43.63%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C259DB (or 0xC259DB) is known color: Medium Orchid. HEX triplet: C2, 59 and DB. RGB value is (194,89,219). Sum of RGB (Red+Green+Blue) = 194+89+219=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #C259DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259DB is #3DA624. Grayscale: #868686. Windows color (decimal): -4040229 or 14375362. OLE color: 14375362.

HSL color Cylindrical-coordinate representation of color #C259DB: hue angle of 288.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C259DB is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 89 219 -
CMYK 0.11 0.59 0 0.14
HSL 288.46º 0.64% 0.6% -
HSV(B) 288.46º 0.59% 0.86% -
XYZ 38.61 23.73 69.56 -
YUV 135.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 194 89 219 0.11 0.59 0 0.14 288.46 0.64 0.6
Hex C2 59 DB B 3B 0 E 120 40 3C
Octal 302 131 333 13 73 0 16 440 100 74
Binary 11000010 1011001 11011011 1011 111011 0 1110 100100000 1000000 111100

Color Harmonies of #C259DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C259DB

Black with #C259DB

Text Example


Text Example

White with #C259DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C259DB; }

 p { color: rgb(194,89,219); }

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

background-color css

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

 a { background-color: rgb(194,89,219); }

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

border-color css

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

 span { border-color: rgb(194,89,219); }

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