Html Css Color HEX #C250DF Medium Orchid

📋 copy color: '#C250DF'

red 194 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #C250DF

Tints of Medium Orchid #C250DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 39.03%
G = 16.1%
B = 44.87%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C250DF (or 0xC250DF) is known color: Medium Orchid. HEX triplet: C2, 50 and DF. RGB value is (194,80,223). Sum of RGB (Red+Green+Blue) = 194+80+223=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #C250DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250DF is #3DAF20. Grayscale: #818181. Windows color (decimal): -4042529 or 14635202. OLE color: 14635202.

HSL color Cylindrical-coordinate representation of color #C250DF: hue angle of 287.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C250DF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 80 223 -
CMYK 0.13 0.64 0 0.13
HSL 287.83º 0.69% 0.59% -
HSV(B) 287.83º 0.64% 0.87% -
XYZ 38.44 22.53 72.14 -
YUV 130.39 180.27 173.37 -
System Red Green Blue C M Y K H S L
Decimal 194 80 223 0.13 0.64 0 0.13 287.83 0.69 0.59
Hex C2 50 DF D 40 0 D 120 45 3B
Octal 302 120 337 15 100 0 15 440 105 73
Binary 11000010 1010000 11011111 1101 1000000 0 1101 100100000 1000101 111011

Color Harmonies of #C250DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250DF

Black with #C250DF

Text Example


Text Example

White with #C250DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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