Html Css Color HEX #C250EF Medium Orchid

📋 copy color: '#C250EF'

red 194 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #C250EF

Tints of Medium Orchid #C250EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 37.82%
G = 15.59%
B = 46.59%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C250EF (or 0xC250EF) is known color: Medium Orchid. HEX triplet: C2, 50 and EF. RGB value is (194,80,239). Sum of RGB (Red+Green+Blue) = 194+80+239=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #C250EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C250EF is #3DAF10. Grayscale: #838383. Windows color (decimal): -4042513 or 15683778. OLE color: 15683778.

HSL color Cylindrical-coordinate representation of color #C250EF: hue angle of 283.02º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C250EF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 80 239 -
CMYK 0.19 0.67 0 0.06
HSL 283.02º 0.83% 0.63% -
HSV(B) 283.02º 0.67% 0.94% -
XYZ 40.7 23.44 84.04 -
YUV 132.21 188.27 172.07 -
System Red Green Blue C M Y K H S L
Decimal 194 80 239 0.19 0.67 0 0.06 283.02 0.83 0.63
Hex C2 50 EF 13 43 0 6 11B 53 3F
Octal 302 120 357 23 103 0 6 433 123 77
Binary 11000010 1010000 11101111 10011 1000011 0 110 100011011 1010011 111111

Color Harmonies of #C250EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C250EF

Black with #C250EF

Text Example


Text Example

White with #C250EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C250EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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