Html Css Color HEX #C250DB Medium Orchid

📋 copy color: '#C250DB'

red 194 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #C250DB

Tints of Medium Orchid #C250DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.23%

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

R = 39.35%
G = 16.23%
B = 44.42%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C250DB (or 0xC250DB) is known color: Medium Orchid. HEX triplet: C2, 50 and DB. RGB value is (194,80,219). Sum of RGB (Red+Green+Blue) = 194+80+219=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C250DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250DB is #3DAF24. Grayscale: #818181. Windows color (decimal): -4042533 or 14373058. OLE color: 14373058.

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

Color convert

RGB 194 80 219 -
CMYK 0.11 0.63 0 0.14
HSL 289.21º 0.66% 0.59% -
HSV(B) 289.21º 0.63% 0.86% -
XYZ 37.9 22.32 69.33 -
YUV 129.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 194 80 219 0.11 0.63 0 0.14 289.21 0.66 0.59
Hex C2 50 DB B 3F 0 E 121 42 3B
Octal 302 120 333 13 77 0 16 441 102 73
Binary 11000010 1010000 11011011 1011 111111 0 1110 100100001 1000010 111011

Color Harmonies of #C250DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250DB

Black with #C250DB

Text Example


Text Example

White with #C250DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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